##// END OF EJS Templates
remove unregister trait-change callback in ExtensionManager.__del__...
remove unregister trait-change callback in ExtensionManager.__del__ Due to reference cycles, this can never be called at a time when it would matter, but seems to cause weird crashes sometimes during interpreter teardown on Python 3.5 with traitlets 4.1.

File last commit:

r21498:b0100c6f
r21833:dc1d1d4e
Show More
messaging.rst
7 lines | 162 B | text/x-rst | RstLexer

Messaging in IPython

The message specification is now part of Jupyter - see :ref:`jupyterclient:messaging` for the documentation.