Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unregister trait-change callback in ExtensionManager.__del__ #9040

Merged
merged 1 commit into from Dec 11, 2015

Commits on Nov 26, 2015

  1. 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.
    minrk committed Nov 26, 2015
    Copy the full SHA
    dc1d1d4 View commit details
    Browse the repository at this point in the history