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 petr.viktorin
Recipients petr.viktorin
Date 2019-09-13.13:25:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568381139.47.0.152206625825.issue38159@roundup.psfhosted.org>
In-reply-to
Content
I've seen extension modules calling PyState_AddModule on init, despite  Python doing this automatically.
It should be clarified that PyState_AddModule is for people who are writing alternative ways of creating/registering module objects.
History
Date User Action Args
2019-09-13 13:25:39petr.viktorinsetrecipients: + petr.viktorin
2019-09-13 13:25:39petr.viktorinsetmessageid: <1568381139.47.0.152206625825.issue38159@roundup.psfhosted.org>
2019-09-13 13:25:39petr.viktorinlinkissue38159 messages
2019-09-13 13:25:39petr.viktorincreate