This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author flox
Recipients LambertDW, flox, pitrou, skrah
Date 2009-12-10.16:32:31
SpamBayes Score 1.7611432e-05
Marked as misclassified No
Message-id <1260462753.18.0.516096852836.issue7466@psf.upfronthosting.co.za>
In-reply-to
Content
Fix is coming soon...

## Sample code:

import gc
tuple(gc.collect() for i in range(11))

## python: Objects/tupleobject.c:853: _PyTuple_Resize:
## Assertion `g->gc.gc_refs != (-2)' failed.


And Trunk is affected
History
Date User Action Args
2009-12-10 16:32:33floxsetrecipients: + flox, pitrou, LambertDW, skrah
2009-12-10 16:32:33floxsetmessageid: <1260462753.18.0.516096852836.issue7466@psf.upfronthosting.co.za>
2009-12-10 16:32:31floxlinkissue7466 messages
2009-12-10 16:32:31floxcreate