[issue23392] Add tests for marshal FILE* API

2015-02-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue23392] Add tests for marshal FILE* API

2015-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset e55f955659bc by Serhiy Storchaka in branch '2.7': Issue #23392: Added tests for marshal C API that works with FILE*. https://hg.python.org/cpython/rev/e55f955659bc New changeset 05153851d1d6 by Serhiy Storchaka in branch '3.4': Issue #23392: Added t

[issue23392] Add tests for marshal FILE* API

2015-02-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Marshal C API functions that works with FILE* (PyMarshal_WriteLongToFile, PyMarshal_WriteObjectToFile, PyMarshal_ReadLongFromFile, PyMarshal_ReadShortFromFile, PyMarshal_ReadObjectFromFile, PyMarshal_ReadLastObjectFromFile) are not used now in CPython and