[issue7466] Segmentation fault after about 20 seconds on lenovo T500

flox report at bugs.python.org
Thu Dec 10 17:32:33 CET 2009


flox <laxyf at yahoo.fr> added the comment:

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

----------
versions: +Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7466>
_______________________________________


More information about the Python-bugs-list mailing list