]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
authorŽiga Seilnacht <ziga.seilnacht@gmail.com>
Thu, 15 Mar 2007 11:44:55 +0000 (11:44 +0000)
committerŽiga Seilnacht <ziga.seilnacht@gmail.com>
Thu, 15 Mar 2007 11:44:55 +0000 (11:44 +0000)
commit20f43d3018e3ff474f761d1a03c18cec3291042b
treeccbf1abbe0648b419b1f6d88975764b998802bea
parentab1f4674ad14eb1430489a458c7654aa1ac9c51e
Patch #1462488: prevent a segfault in object_reduce_ex() by splitting
the implementation for __reduce__ and __reduce_ex__ into two separate
functions. Fixes bug #931877. Will backport.
Lib/test/pickletester.py
Misc/NEWS
Objects/typeobject.c