blob: 90bf498579c11a133b801b0f738ce5102338c1dd (
plain)
1
2
3
4
5
6
7
8
9
10
|
Remove two functions from the limited C API:
* :c:func:`PyMarshal_WriteLongToFile`
* :c:func:`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.
Patch by Victor Stinner.
|