blob: 50dfafe600d8d4e50fa1ad2ffbc8dbad8da768fe [file] [log] [blame]
Release the GIL during fstat() calls, avoiding hang of all threads when
calling mmap.mmap(), os.urandom(), and random.seed(). Patch by Nir Soffer.