Changes between Initial Version and Version 1 of Ticket #22626, comment 110
- Timestamp:
- 10/04/18 12:56:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22626, comment 110
initial v1 8 8 1 9 9 }}} 10 after this GAP is pretty much nuked. This happens during ipython's attempts to pretty-print `a`, so that it tries to find `_rich_repr_` etc. 10 after this GAP is pretty much nuked. This happens during ipython's attempts to pretty-print `a`, so that it tries to find `_rich_repr_` etc. Specifically, at least on the system I am running this, the trouble starts not immediately, but where `_rich_png_` (or the previous thing in the loop) is checked for by `get_real_method` in `IPython/utils/dir2.py`. 11 11 12 12 If I run the same from `./sage --python` (after loading Sage there as usual) at least this much (and more) works.