Message301386
| 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:27 | rhettinger | set | recipients: + rhettinger, gvanrossum, tim.peters, gregory.p.smith, ncoghlan, pitrou, zzzeek, python-dev, sbt, serhiy.storchaka, JohanAR, yselivanov, itamarst, davin |
| 2017-09-05 22:19:27 | rhettinger | set | messageid: <1504649967.85.0.726239931819.issue14976@psf.upfronthosting.co.za> |
| 2017-09-05 22:19:27 | rhettinger | link | issue14976 messages |
| 2017-09-05 22:19:27 | rhettinger | create | |