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 serhiy.storchaka
Recipients eric.snow, louielu, ncoghlan, serhiy.storchaka, vstinner
Date 2017-04-12.10:42:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491993732.9.0.368132649848.issue29881@psf.upfronthosting.co.za>
In-reply-to
Content
What if use the term "singleton"? It includes "initialize once" and "finalize at shutdown" meanings. _Py_INIT_SINGLETON() or _Py_SET_SINGLETON()?
History
Date User Action Args
2017-04-12 10:42:12serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, eric.snow, louielu
2017-04-12 10:42:12serhiy.storchakasetmessageid: <1491993732.9.0.368132649848.issue29881@psf.upfronthosting.co.za>
2017-04-12 10:42:12serhiy.storchakalinkissue29881 messages
2017-04-12 10:42:12serhiy.storchakacreate