]> granicus.if.org Git - python/commit
[2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Nov 2017 10:58:55 +0000 (12:58 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2017 10:58:55 +0000 (12:58 +0200)
commit6401e5671781eb217ee1afb4603cc0d1b0367ae6
treec53ccc86272a106571df7c753ac2ed607ed75f17
parent1bce4efdb4624561adce62e544dbe20ec2627ae2
[2.7] bpo-31530: Stop crashes when iterating over a file on multiple threads. (#3672)
Lib/test/test_file2k.py
Misc/NEWS.d/next/Core and Builtins/2017-09-20-18-28-09.bpo-31530.CdLOM7.rst [new file with mode: 0644]
Objects/fileobject.c