summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-05-23-17-07-54.bpo-33625.nzQgD8.rst
blob: 265fab2289c2cfe5bdc29028cd70b86b95a2f7fd (plain)
1
2
3
Release GIL on `grp.getgrnam`, `grp.getgrgid`, `pwd.getpwnam` and
`pwd.getpwuid` if reentrant variants of these functions are available.
Patch by William Grzybowski.