[issue29881] Add a new private API clear private variables, which are initialized once, at Python shutdown

Serhiy Storchaka report at bugs.python.org
Thu Mar 30 14:26:28 EDT 2017


Serhiy Storchaka added the comment:

Ping. My suggestion is to rename _PY_ONCEVAR_INIT to _Py_SET_ONCE and make it returning the value. And apply this to more static and global variables.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29881>
_______________________________________


More information about the Python-bugs-list mailing list