commit | 9dc363ee7cf2eb6ff374fbf7bbeb0b333f4afb8f | [log] [tgz] |
---|---|---|
author | Stanisław Skonieczny <stanislaw.skonieczny@gmail.com> | Tue Sep 07 19:55:20 2021 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 07 19:55:20 2021 +0200 |
tree | 53bbca979f651c59c3dbe080b185db5fa846b82c | |
parent | 750368cbcd20393026f3bf695195f1a2cba490b5 [diff] |
bpo-45012: Release GIL around stat in os.scandir (GH-28085) Releasing GIL allows other threads to continue its work when os.scandir is fetching DirEntry.stat info from file system.