diff options
author | Brett Cannon <brett@python.org> | 2012-04-03 00:34:20 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2012-04-03 00:34:20 (GMT) |
commit | 5ceef131d42852fc1db1de0dd565196c4e29a397 (patch) | |
tree | 9a07e43d006805d56ca1aeba39b6db55951e052c /Lib/test/test_thread.py | |
parent | 927d87470a0b6f7b0ca3f3a1b39fd3bdc0ec919a (diff) | |
parent | 30d79471bbc97e81b123806d41f1e14ba54062cf (diff) | |
download | cpython-5ceef131d42852fc1db1de0dd565196c4e29a397.zip cpython-5ceef131d42852fc1db1de0dd565196c4e29a397.tar.gz cpython-5ceef131d42852fc1db1de0dd565196c4e29a397.tar.bz2 |
merge
Diffstat (limited to 'Lib/test/test_thread.py')
-rw-r--r-- | Lib/test/test_thread.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index deb4bf3..41fb3ac 100644 --- a/Lib/test/test_thread.py +++ b/Lib/test/test_thread.py @@ -132,7 +132,6 @@ class ThreadRunningTests(BasicThreadTest): # See issue #14474 def task(): started.release() - sys.stderr = stderr raise SyntaxError def mywrite(self, *args): try: |