[New-bugs-announce] [issue23392] Add tests for marshal FILE* API

Serhiy Storchaka report at bugs.python.org
Wed Feb 4 08:33:53 CET 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23392>
_______________________________________


More information about the New-bugs-announce mailing list