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 pitrou
Recipients lars.gustaebel, paul.moore, pitrou
Date 2009-11-18.13:43:42
SpamBayes Score 1.748923e-07
Marked as misclassified No
Message-id <1258551834.3476.2.camel@localhost>
In-reply-to <1258546292.73.0.228022809538.issue7341@psf.upfronthosting.co.za>
Content
Le mercredi 18 novembre 2009 à 12:11 +0000, Lars Gustäbel a écrit :
> Lars Gustäbel <lars@gustaebel.de> 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.
History
Date User Action Args
2009-11-18 13:43:44pitrousetrecipients: + pitrou, paul.moore, lars.gustaebel
2009-11-18 13:43:43pitroulinkissue7341 messages
2009-11-18 13:43:43pitroucreate