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 georg.brandl
Recipients georg.brandl
Date 2021-11-20.16:27:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637425638.46.0.745441938277.issue45855@roundup.psfhosted.org>
In-reply-to
Content
PyImport_ImportModuleNoBlock is the same as PyImport_ImportModule since 3.3, according to the docs.

PyCapsule_Import has a no_block parameter to choose, is still documented as if it is relevant, and the implementation also still uses it.
History
Date User Action Args
2021-11-20 16:27:18georg.brandlsetrecipients: + georg.brandl
2021-11-20 16:27:18georg.brandlsetmessageid: <1637425638.46.0.745441938277.issue45855@roundup.psfhosted.org>
2021-11-20 16:27:18georg.brandllinkissue45855 messages
2021-11-20 16:27:18georg.brandlcreate