]> granicus.if.org Git - python/commit
Merged revisions 76763 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Dec 2009 19:18:27 +0000 (19:18 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 12 Dec 2009 19:18:27 +0000 (19:18 +0000)
commit6b7dfc924d094d2cad8d7b88a7b2d787e41f8ed4
tree8bf096cf0cc1c771a79703ac2dbc4825097e141b
parent05d2e084019d9ec67277df36acf372b81e18365f
Merged revisions 76763 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r76763 | antoine.pitrou | 2009-12-12 20:13:08 +0100 (sam., 12 déc. 2009) | 7 lines

  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)
........
Lib/test/test_tuple.py
Misc/NEWS
Objects/tupleobject.c