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 gregory.p.smith, mark.dickinson, mgorny, ned.deily, pitrou
Date 2018-03-09.09:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520589143.76.0.467229070634.issue32576@psf.upfronthosting.co.za>
In-reply-to
Content
Michał, sorry, I doubt it.  The fix is highly non-trivial as it first requires backporting a new feature (see issue14976).  I'm cc'ing the 3.6 branch release manager just in case.

If apparently you're witnessing this in controlled situations (the "gemato" utility, IIUC?), one workaround would be to disable the cyclic GC (call gc.disable()).  If your program doesn't create any cyclic references, or if those references don't keep too much memory alive, that would probably work.
History
Date User Action Args
2018-03-09 09:52:23pitrousetrecipients: + pitrou, gregory.p.smith, mark.dickinson, ned.deily, mgorny
2018-03-09 09:52:23pitrousetmessageid: <1520589143.76.0.467229070634.issue32576@psf.upfronthosting.co.za>
2018-03-09 09:52:23pitroulinkissue32576 messages
2018-03-09 09:52:23pitroucreate