[issue41798] [C API] Revisit usage of the PyCapsule C API with multi-phase initialization API

STINNER Victor report at bugs.python.org
Wed Sep 16 10:19:48 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

> unicodedata: static variable

Right now, it's ok-ish. Mohamed Koubaa is working on PR 22145 to pass a module state into internal functions, and so the PyCapsule pointer must be different in each module instance.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41798>
_______________________________________


More information about the Python-bugs-list mailing list