This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author benjamin.peterson
Recipients benjamin.peterson, ncoghlan, thomas.nyberg, vstinner
Date 2018-03-02.17:11:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520010715.58.0.467229070634.issue32980@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-02 17:11:55benjamin.petersonsetrecipients: + benjamin.peterson, ncoghlan, vstinner, thomas.nyberg
2018-03-02 17:11:55benjamin.petersonsetmessageid: <1520010715.58.0.467229070634.issue32980@psf.upfronthosting.co.za>
2018-03-02 17:11:55benjamin.petersonlinkissue32980 messages
2018-03-02 17:11:55benjamin.petersoncreate