This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients eric.snow, nascheme, pablogsal, pitrou, serhiy.storchaka, vstinner
Date 2019-03-27.15:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7ArSWhXFnfzv92PUdv-4GM0tiKmA+2m0H3F+qHB6WxicQ@mail.gmail.com>
In-reply-to <1513202084.24.0.213398074469.issue32312@psf.upfronthosting.co.za>
Content
> Neil Schemenauer <nas-python@arctrix.com> added the comment:
> Regarding m_traverse, maybe the list of finalizers should be stored somewhere in the interpreter
> state, not in the atexit module state.  That would make more sense to me.  atexit could merely be
> a way to manage it rather than actually holding it.

+1
History
Date User Action Args
2019-03-27 15:11:45eric.snowsetrecipients: + eric.snow, nascheme, pitrou, vstinner, serhiy.storchaka, pablogsal
2019-03-27 15:11:45eric.snowlinkissue32312 messages
2019-03-27 15:11:45eric.snowcreate