[issue41111] Convert a few stdlib extensions to the limited C API

STINNER Victor report at bugs.python.org
Mon Sep 7 11:40:09 EDT 2020


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

> See also bpo-40077: "Convert static types to PyType_FromSpec()".

In bpo-1635741, many extension modules have been ported to the multi-phase initilization API (PEP 489), and many static types have been converted to heap types.

----------

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


More information about the Python-bugs-list mailing list