]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16475 : Correctly handle the EOF when reading marshal streams.
authorKristján Valur Jónsson <sweskman@gmail.com>
Wed, 20 Mar 2013 21:26:33 +0000 (14:26 -0700)
committerKristján Valur Jónsson <sweskman@gmail.com>
Wed, 20 Mar 2013 21:26:33 +0000 (14:26 -0700)
commit61683625096676722dc487aa1e9894a5b604e220
tree1b52998a07659e8d46dd4f58d600ae55f9419376
parente178187bf639f0af8cc9c2b97d5358918c4b2c9e
Issue #16475 : Correctly handle the EOF when reading marshal streams.
Lib/test/test_marshal.py
Python/marshal.c