[issue35438] Extension modules using non-API functions

STINNER Victor report at bugs.python.org
Mon Dec 10 11:18:46 EST 2018


STINNER Victor <vstinner at redhat.com> added the comment:

> Three extension modules: _testcapimodule.c, posixmodule.c, and mathmodule.c are using `_PyObject_LookupSpecial` which is not API.

I don't understand the issue that you are trying to solve. Yes, Python builtin extensions use private functions of the C API.

----------
nosy: +vstinner

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


More information about the Python-bugs-list mailing list