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 shihai1991
Recipients corona10, eric.snow, koubaa, shihai1991, terry.reedy, vstinner
Date 2020-12-07.18:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607364518.91.0.59172596611.issue40600@roundup.psfhosted.org>
In-reply-to
Content
>On the other side, defining a Py_mod_exec_once that supports execution > >for just once can be a way.
>Although the usage is little, it will be fine because the use case will >exist.

IMHO, `Py_mod_exec_once` is more like a slot control flag. MAYBE we need add a module flag in `PyModuleDef`.
History
Date User Action Args
2020-12-07 18:08:38shihai1991setrecipients: + shihai1991, terry.reedy, vstinner, eric.snow, corona10, koubaa
2020-12-07 18:08:38shihai1991setmessageid: <1607364518.91.0.59172596611.issue40600@roundup.psfhosted.org>
2020-12-07 18:08:38shihai1991linkissue40600 messages
2020-12-07 18:08:38shihai1991create