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 giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov, zach.ware
Date 2014-07-30.13:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <53D8F2CE.5010209@free.fr>
In-reply-to <1406714884.75.0.392365750563.issue22104@psf.upfronthosting.co.za>
Content
Le 30/07/2014 06:08, STINNER Victor a écrit :
>
> This test uses a coroutine which raises an exception. The exception
> is
stored in a Task object. But the exception contains also a traceback
which indirectly creates a reference cycle.

regrtest calls gc.collect().
History
Date User Action Args
2014-07-30 13:27:46pitrousetrecipients: + pitrou, gvanrossum, vstinner, giampaolo.rodola, zach.ware, yselivanov
2014-07-30 13:27:46pitroulinkissue22104 messages
2014-07-30 13:27:46pitroucreate