[Python-checkins] r76763 - in python/trunk: Lib/test/test_tuple.py Objects/tupleobject.c

Antoine Pitrou solipsis at pitrou.net
Sun Dec 13 17:15:16 CET 2009


R. David Murray <rdmurray <at> bitdance.com> writes:
> 
> > Log:
> > 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)
> 
> Since there's an alpha out that doesn't include this patch, shouldn't
> there still be a NEWS item on trunk?

Ah, indeed. That's a good point.


Antoine.




More information about the Python-checkins mailing list