]> granicus.if.org Git - python/commit
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immedi...
authorAntoine Pitrou <pitrou@free.fr>
Sun, 22 Oct 2017 11:10:46 +0000 (13:10 +0200)
committerGitHub <noreply@github.com>
Sun, 22 Oct 2017 11:10:46 +0000 (13:10 +0200)
commitc872d39d324cd6f1a71b73e10406bbaed192d35f
tree3b3253f35177f1cfd0af8036290d8074e8b9cf50
parentbcbdd2f8db396c3f0ec9186162b39b5a34effa0e
bpo-31653: Don't release the GIL if we can acquire a multiprocessing semaphore immediately (#4078)
Misc/NEWS.d/next/Library/2017-10-22-12-43-03.bpo-31653.ttfGvq.rst [new file with mode: 0644]
Modules/_multiprocessing/semaphore.c