[New-bugs-announce] [issue45855] PyCapsule_Import still using PyImport_ImportModuleNoBlock
Georg Brandl
report at bugs.python.org
Sat Nov 20 11:27:18 EST 2021
New submission from Georg Brandl <georg at python.org>:
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.
----------
components: C API
messages: 406671
nosy: georg.brandl
priority: low
severity: normal
stage: needs patch
status: open
title: PyCapsule_Import still using PyImport_ImportModuleNoBlock
type: enhancement
versions: Python 3.10
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45855>
_______________________________________
More information about the New-bugs-announce
mailing list