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 isoschiz
Recipients amaury.forgeotdarc, benjamin.peterson, brett.cannon, georg.brandl, gvanrossum, isoschiz, mark.dickinson, ncoghlan, pconnell, pitrou, python-dev, ubershmekel
Date 2013-05-10.17:35:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368207328.5.0.982908798324.issue17927@psf.upfronthosting.co.za>
In-reply-to
Content
Our usage of Python would certainly benefit from the backport.

We are embedding Python 3.3 in a system with requirements that lead us to disable the gc in most cases, so cycles are an obvious problem for us. Cycles created inadvertently, such as this, are the biggest problem. We would probably backport the fix anyway, but would prefer not to carry patches and instead pick up fixes via 3.3.x releases.
History
Date User Action Args
2013-05-10 17:35:28isoschizsetrecipients: + isoschiz, gvanrossum, brett.cannon, georg.brandl, amaury.forgeotdarc, mark.dickinson, ncoghlan, pitrou, benjamin.peterson, ubershmekel, python-dev, pconnell
2013-05-10 17:35:28isoschizsetmessageid: <1368207328.5.0.982908798324.issue17927@psf.upfronthosting.co.za>
2013-05-10 17:35:28isoschizlinkissue17927 messages
2013-05-10 17:35:28isoschizcreate