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 ZackerySpytz
Recipients ZackerySpytz, docs@python
Date 2021-02-26.09:39:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614332346.77.0.251072894564.issue43327@roundup.psfhosted.org>
In-reply-to
Content
The docs state that PyImport_ImportFrozenModuleObject() returns a new reference,
but it actually returns an int.

https://docs.python.org/3.10/c-api/import.html#c.PyImport_ImportFrozenModuleObject
History
Date User Action Args
2021-02-26 09:39:06ZackerySpytzsetrecipients: + ZackerySpytz, docs@python
2021-02-26 09:39:06ZackerySpytzsetmessageid: <1614332346.77.0.251072894564.issue43327@roundup.psfhosted.org>
2021-02-26 09:39:06ZackerySpytzlinkissue43327 messages
2021-02-26 09:39:05ZackerySpytzcreate