Skip to content

Commit 4da8169

Browse files
committed
Clarify the news entry
- Mention the impacted methods and the GIL (Victor)
1 parent ffd6f44 commit 4da8169

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
1+
io.FileIO.readall() and io.FileIO.read() now release the GIL when
2+
getting the file size. Fixed hang of all threads with inaccessible NFS
3+
server. Patch by Nir Soffer.

0 commit comments

Comments
 (0)