Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/test/test_threading.py
Co-authored-by: Irit Katriel <iritkatriel@yahoo.com>
  • Loading branch information
uniocto and iritkatriel authored May 9, 2021
commit bcc20abc7e0f41abf6413ebca5916fbc83fb546b
1 change: 1 addition & 0 deletions Lib/test/test_threading.py
Original file line number Diff line number Diff line change
Expand Up @@ -1340,6 +1340,7 @@ def run(self):
thread.exc = None

def test_multithread_modify_file_noerror(self):
Comment thread
uniocto marked this conversation as resolved.
# See issue25872
def modify_file():
with open(__file__, 'a') as fp:
Comment thread
iritkatriel marked this conversation as resolved.
Outdated
fp.write(' ')
Comment thread
iritkatriel marked this conversation as resolved.
Expand Down