Issue #7466: segmentation fault when the garbage collector is called
commit81a6e9d9b085d84fa2b10cb4e89a7a1c31316438
authorantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 12 Dec 2009 19:13:08 +0000 (12 19:13 +0000)
committerantoine.pitrou <antoine.pitrou@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sat, 12 Dec 2009 19:13:08 +0000 (12 19:13 +0000)
treeecb4080949796e67d274e16028a18b17acdc49a2
parent088f1fe6d64ec4e61849c4f246b82d78e90782d9
Issue #7466: segmentation fault when the garbage collector is called
in the middle of populating a tuple.  Patch by Florent Xicluna.

(note: no NEWS entry for trunk since the bug was introduced in 2.7/3.1)

git-svn-id: http://svn.python.org/projects/python/trunk@76763 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_tuple.py
Objects/tupleobject.c