[issue45474] [C API] marshal.h must not use FILE* type in the limited C API

Petr Viktorin report at bugs.python.org
Fri Oct 15 04:08:24 EDT 2021


Petr Viktorin <encukou at gmail.com> added the comment:

Just note that these were *not* part of the limited API, which is defined in Misc/stable_abi.txt rather than the #ifdefs: https://docs.python.org/3.10/c-api/stable.html#stable
If they were, the functions would need to remain in the stable ABI.

----------
nosy: +petr.viktorin

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


More information about the Python-bugs-list mailing list