[issue32312] Create Py_AtExitRegister C API

Pablo Galindo Salgado report at bugs.python.org
Wed Mar 27 11:15:32 EDT 2019


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32312>
_______________________________________


More information about the Python-bugs-list mailing list