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

Petr Viktorin report at bugs.python.org
Tue Oct 19 10:38:56 EDT 2021


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

Nothing from marshal.h is part of the limited API, and nothing from there is exported in the stable ABI DLL.
The entire file should be in `#ifndef Py_LIMITED_API`, rather than just a part.

----------
status: closed -> open

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


More information about the Python-bugs-list mailing list