Antoine Pitrou <[email protected]> added the comment:

Le mercredi 18 novembre 2009 à 12:11 +0000, Lars Gustäbel a écrit :
> Lars Gustäbel <[email protected]> added the comment:
> 
> Any idea why the 2.x buildbots aren't failing? The code is basically the
> same. Coincidence?

No, the difference is that exception objects carry the traceback with
them in 3.x, which keeps alive a reference cycle long enough for
`fileobj` not to be garbage collected before the next test run.

----------

_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue7341>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to