]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix marshal's incorrect handling of subclasses of builtin types (backport candidate).
authorRaymond Hettinger <python@rcn.com>
Wed, 7 Nov 2007 01:13:09 +0000 (01:13 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 7 Nov 2007 01:13:09 +0000 (01:13 +0000)
commit12e94200c0b12487e129ce7e325d9315c12ca88a
tree0cbe02ff1f2a163d2e2c3c2cfb496f73e8c108e7
parent9b847b432cda06cb1c1fd58a46efb7f0eca1cad1
Fix marshal's incorrect handling of subclasses of builtin types (backport candidate).
Doc/library/marshal.rst
Lib/test/test_marshal.py
Misc/NEWS
Python/marshal.c