From: Benjamin Peterson Date: Mon, 2 Apr 2012 18:22:50 +0000 (-0400) Subject: remove uneeded line X-Git-Tag: v2.7.4rc1~926 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6e21a0725bdbcf56d232b2be72998934438422d;p=thirdparty%2FPython%2Fcpython.git remove uneeded line --- diff --git a/Lib/test/test_thread.py b/Lib/test/test_thread.py index 387fa030cee4..ae9a7d9527fd 100644 --- a/Lib/test/test_thread.py +++ b/Lib/test/test_thread.py @@ -134,7 +134,6 @@ class ThreadRunningTests(BasicThreadTest): # See issue #14474 def task(): started.release() - sys.stderr = stderr raise SyntaxError def mywrite(self, *args): try: