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

Serhiy Storchaka report at bugs.python.org
Wed Apr 12 06:42:12 EDT 2017


Serhiy Storchaka added the comment:

What if use the term "singleton"? It includes "initialize once" and "finalize at shutdown" meanings. _Py_INIT_SINGLETON() or _Py_SET_SINGLETON()?

----------

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


More information about the Python-bugs-list mailing list