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 BreamoreBoy, ajaksu2, benjamin.peterson, dcjim, elachuni, gvanrossum, jon, kristjan.jonsson, mark.dickinson, pitrou, qelan, tseaver, vdupras, vstinner
Date 2013-11-18.20:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384805492.97.0.505023731161.issue7105@psf.upfronthosting.co.za>
In-reply-to
Content
> Btw, I think a cleaner way to deal with unpredictable GC runs is to be able to temporarily disable GC with a context manager

Disabling the GC in a library function sounds very ugly to me.
History
Date User Action Args
2013-11-18 20:11:33pitrousetrecipients: + pitrou, gvanrossum, dcjim, tseaver, mark.dickinson, kristjan.jonsson, vstinner, ajaksu2, jon, benjamin.peterson, vdupras, elachuni, BreamoreBoy, qelan
2013-11-18 20:11:32pitrousetmessageid: <1384805492.97.0.505023731161.issue7105@psf.upfronthosting.co.za>
2013-11-18 20:11:32pitroulinkissue7105 messages
2013-11-18 20:11:32pitroucreate