]> granicus.if.org Git - python/commit
Fix a refleak in test_uuid when run with -j.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 30 Oct 2009 18:15:02 +0000 (18:15 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 30 Oct 2009 18:15:02 +0000 (18:15 +0000)
commit1e8e5f0680b3014da460008b50bd1663cb1ef310
tree89ecca83ac86b5a3e3904b93fede58f922e9e860
parente03866f6f148f6671a1fa56f7f2b2e5697a3d868
Fix a refleak in test_uuid when run with -j.
The "refleak" was simply the effect of internal buffering in block buffering mode
(rather than line buffering when sys.stdout is a terminal)
Lib/test/test_uuid.py