[issue32980] Remove functions that do nothing in _Py_InitializeCore()

Benjamin Peterson report at bugs.python.org
Fri Mar 2 12:11:55 EST 2018


Benjamin Peterson <benjamin at python.org> added the comment:

Future maintainers of what exactly can expect these functions to be called? CPython? If we need to do initialization of frameobject.c later, we can simply add _PyFrame_Init back. We certainly don't support ELF-interposition of _PyFrame_Init as an API.

Historically, we've been sloppy about putting private and public APIs in the same header files. But the leading underscore still means private; such APIs serve at our pleasure.

----------
nosy: +benjamin.peterson

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


More information about the Python-bugs-list mailing list