summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-03-12-00-27-56.bpo-33021.m19B9T.rst
blob: 50dfafe600d8d4e50fa1ad2ffbc8dbad8da768fe (plain)
1
2
Release the GIL during fstat() calls, avoiding hang of all threads when
calling mmap.mmap(), os.urandom(), and random.seed().  Patch by Nir Soffer.