This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients kristjan.jonsson, serhiy.storchaka
Date 2015-02-04.07:33:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423035233.28.0.238042061902.issue23392@psf.upfronthosting.co.za>
In-reply-to
Content
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 are not tested. Proposed patch adds tests for them.
History
Date User Action Args
2015-02-04 07:33:53serhiy.storchakasetrecipients: + serhiy.storchaka, kristjan.jonsson
2015-02-04 07:33:53serhiy.storchakasetmessageid: <1423035233.28.0.238042061902.issue23392@psf.upfronthosting.co.za>
2015-02-04 07:33:53serhiy.storchakalinkissue23392 messages
2015-02-04 07:33:53serhiy.storchakacreate