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 vstinner
Recipients vstinner
Date 2020-03-02.09:53:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583142786.6.0.291804778002.issue39824@roundup.psfhosted.org>
In-reply-to
Content
The question came up while I reviewed PR 18608 which ports the audioop extension module to multiphase initialization (PEP 489):
https://github.com/python/cpython/pull/18608/files#r386061746

Petr Viktorin referred to m_clear() documentation which says that md_state *can* be NULL when m_clear() is called:
https://docs.python.org/3/c-api/module.html#c.PyModuleDef.m_clear
History
Date User Action Args
2020-03-02 09:53:06vstinnersetrecipients: + vstinner
2020-03-02 09:53:06vstinnersetmessageid: <1583142786.6.0.291804778002.issue39824@roundup.psfhosted.org>
2020-03-02 09:53:06vstinnerlinkissue39824 messages
2020-03-02 09:53:06vstinnercreate