1. 02 Feb, 2018 2 commits
  2. 29 Jan, 2018 2 commits
  3. 28 Jan, 2018 2 commits
  4. 27 Jan, 2018 1 commit
  5. 26 Jan, 2018 1 commit
  6. 25 Jan, 2018 1 commit
  7. 24 Jan, 2018 2 commits
  8. 19 Jan, 2018 1 commit
  9. 17 Jan, 2018 2 commits
  10. 15 Jan, 2018 1 commit
  11. 12 Jan, 2018 1 commit
  12. 07 Jan, 2018 2 commits
  13. 05 Jan, 2018 1 commit
  14. 04 Jan, 2018 2 commits
  15. 02 Jan, 2018 4 commits
  16. 01 Jan, 2018 1 commit
  17. 31 Dec, 2017 1 commit
  18. 29 Dec, 2017 3 commits
  19. 27 Dec, 2017 1 commit
  20. 23 Dec, 2017 1 commit
  21. 22 Dec, 2017 1 commit
  22. 21 Dec, 2017 1 commit
  23. 13 Dec, 2017 2 commits
  24. 12 Dec, 2017 1 commit
  25. 10 Dec, 2017 1 commit
  26. 09 Dec, 2017 1 commit
  27. 07 Dec, 2017 1 commit
    • Nir Soffer's avatar
      [2.7] bpo-32186: Release the GIL during fstat and lseek calls (#4651) · 830daae1
      Nir Soffer authored
      In fileio, there were 3 fstat() calls and one lseek() call that did not
      release the GIL during the call. This can cause all threads to hang for
      unlimited time when using io.FileIO with inaccessible NFS server.
      
      Same issue seen in fileio exists also in fileobject, fixed in the same
      way.
      830daae1