Message313139
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. |
|
| Date |
User |
Action |
Args |
| 2018-03-02 17:11:55 | benjamin.peterson | set | recipients:
+ benjamin.peterson, ncoghlan, vstinner, thomas.nyberg |
| 2018-03-02 17:11:55 | benjamin.peterson | set | messageid: <1520010715.58.0.467229070634.issue32980@psf.upfronthosting.co.za> |
| 2018-03-02 17:11:55 | benjamin.peterson | link | issue32980 messages |
| 2018-03-02 17:11:55 | benjamin.peterson | create | |
|