We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd6f44 commit 4da8169Copy full SHA for 4da8169
1 file changed
Misc/NEWS.d/next/Library/2017-11-30-20-38-16.bpo-32186.O42bVe.rst
@@ -1,3 +1,3 @@
1
-Fixed hang of all threads when using io.FileIO with inaccessible NFS server.
2
-Now only the thread accessing the problematic storage will hang. Patch by
3
-Nir Soffer.
+io.FileIO.readall() and io.FileIO.read() now release the GIL when
+getting the file size. Fixed hang of all threads with inaccessible NFS
+server. Patch by Nir Soffer.
0 commit comments