SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

bpo-33625: Release GIL for grp.getgr{nam,gid} and pwd.getpw{nam,uid} (GH-7081)

Release GIL on grp.getgrnam(), grp.getgrgid(), pwd.getpwnam() and
pwd.getpwuid() if reentrant variants of these functions are available.

Patch by William Grzybowski.
W
William Grzybowski committed
23e65b25557f957af840cf8fe68e80659ce28629
Parent: 25fa141
Committed by Victor Stinner <vstinner@redhat.com> on 9/7/2018, 12:06:15 PM