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 rhettinger
Recipients JohanAR, davin, gregory.p.smith, gvanrossum, itamarst, ncoghlan, pitrou, python-dev, rhettinger, sbt, serhiy.storchaka, tim.peters, yselivanov, zzzeek
Date 2017-09-05.22:19:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504649967.85.0.726239931819.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
To handle the logging.handlers.QueueHandler case, the SimpleQueue needs a put_nowait() method (see line 1959 of Lib/logging/handlers.py.


[Mike Bayer]
> I noticed it's very hard to find documentation on exactly when
> gc might run.

The answer I got from the other coredevs is that GC can trigger whenever a new GCable object is allocated (pretty much any container or any pure python object).
History
Date User Action Args
2017-09-05 22:19:27rhettingersetrecipients: + rhettinger, gvanrossum, tim.peters, gregory.p.smith, ncoghlan, pitrou, zzzeek, python-dev, sbt, serhiy.storchaka, JohanAR, yselivanov, itamarst, davin
2017-09-05 22:19:27rhettingersetmessageid: <1504649967.85.0.726239931819.issue14976@psf.upfronthosting.co.za>
2017-09-05 22:19:27rhettingerlinkissue14976 messages
2017-09-05 22:19:27rhettingercreate