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 gregory.p.smith
Recipients Catalin Patulea, JohanAR, davin, gregory.p.smith, gvanrossum, itamarst, ncoghlan, pitrou, python-dev, rhettinger, sbt, serhiy.storchaka, tim.peters, yselivanov, zzzeek
Date 2018-01-16.20:00:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516132805.14.0.467229070634.issue14976@psf.upfronthosting.co.za>
In-reply-to
Content
Catalin has been examining code... switching concurrent.futures.thread to use SimpleQueue instead of Queue is probably a good idea as the queues in there get used from weakref callbacks.
History
Date User Action Args
2018-01-16 20:00:05gregory.p.smithsetrecipients: + gregory.p.smith, gvanrossum, tim.peters, rhettinger, ncoghlan, pitrou, zzzeek, python-dev, sbt, serhiy.storchaka, JohanAR, yselivanov, itamarst, davin, Catalin Patulea
2018-01-16 20:00:05gregory.p.smithsetmessageid: <1516132805.14.0.467229070634.issue14976@psf.upfronthosting.co.za>
2018-01-16 20:00:05gregory.p.smithlinkissue14976 messages
2018-01-16 20:00:05gregory.p.smithcreate