]> granicus.if.org Git - python/commit
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
authorbenfogle <benfogle@gmail.com>
Fri, 10 Nov 2017 21:03:40 +0000 (16:03 -0500)
committerAntoine Pitrou <pitrou@free.fr>
Fri, 10 Nov 2017 21:03:40 +0000 (22:03 +0100)
commit9703f092abc0259926d88c7855afeae4a78afc7d
treed19e75bea4faacf58155861dd056f544a584f146
parent4652bf2acc0d1ddabd224efabbfee0c3125da18b
bpo-31976: Fix race condition when flushing a file is slow. (#4331)
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS.d/next/Library/2017-11-09-21-36-32.bpo-31976.EOA7qY.rst [new file with mode: 0644]
Modules/_io/bufferedio.c