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 pablogsal
Recipients eric.snow, nascheme, pablogsal, pitrou, serhiy.storchaka, vstinner
Date 2019-03-27.15:15:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553699732.76.0.287521016832.issue32312@roundup.psfhosted.org>
In-reply-to
Content
This may be especially useful to make sure that extension modules that have threads that were not created by Python calling into Python (registering with the interpreter and picking up the GIL) are stopped before the interpreter starts shutting down to avoid callbacks in the middle of the tear-down procedure.
History
Date User Action Args
2019-03-27 15:15:32pablogsalsetrecipients: + pablogsal, nascheme, pitrou, vstinner, eric.snow, serhiy.storchaka
2019-03-27 15:15:32pablogsalsetmessageid: <1553699732.76.0.287521016832.issue32312@roundup.psfhosted.org>
2019-03-27 15:15:32pablogsallinkissue32312 messages
2019-03-27 15:15:32pablogsalcreate