SIGN IN SIGN UP

bpo-45474: Fix the limited C API of marshal.h (GH-28956)

Remove two functions from the limited C API:

* PyMarshal_WriteLongToFile()
* PyMarshal_WriteObjectToFile()

The PEP 384 excludes functions expecting "FILE*" from the stable ABI.

Remove also the Py_MARSHAL_VERSION macro from the limited C API.
V
Victor Stinner committed
af1083e975b9627a5c97013d3a2b9aef0e4b333c
Parent: 0a883a7
Committed by GitHub <noreply@github.com> on 10/14/2021, 10:20:33 PM