New submission from Georg Brandl <ge...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue45855>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to