]> granicus.if.org Git - python/commit
#6750: TextIOWrapped could duplicate output when several threads write to it.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Aug 2009 18:14:40 +0000 (18:14 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 29 Aug 2009 18:14:40 +0000 (18:14 +0000)
commitfff896b3090a9257a81f83eb812ea6940d15643d
tree7b2cc94c90a444ff3056b036e575f406646ad691
parent3092ed977fa601c68469a61e7366eaa40c77bb7b
#6750: TextIOWrapped could duplicate output when several threads write to it.
this affect text files opened with io.open(), and the print() function of py3k
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c