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 are not 
tested. Proposed patch adds tests for them.

----------
assignee: serhiy.storchaka
components: Tests
files: test_marshal_file_api.patch
keywords: patch
messages: 235381
nosy: kristjan.jonsson, serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Add tests for marshal FILE* API
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5
Added file: http://bugs.python.org/file38010/test_marshal_file_api.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23392>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to