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 Daniel Colascione, davin, pitrou, serhiy.storchaka
Date 2017-10-22.11:10:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508670650.25.0.213398074469.issue31653@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset c872d39d324cd6f1a71b73e10406bbaed192d35f by Antoine Pitrou in branch 'master':
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078)
https://github.com/python/cpython/commit/c872d39d324cd6f1a71b73e10406bbaed192d35f
History
Date User Action Args
2017-10-22 11:10:50pitrousetrecipients: + pitrou, serhiy.storchaka, davin, Daniel Colascione
2017-10-22 11:10:50pitrousetmessageid: <1508670650.25.0.213398074469.issue31653@psf.upfronthosting.co.za>
2017-10-22 11:10:50pitroulinkissue31653 messages
2017-10-22 11:10:49pitroucreate