Kaydet (Commit) cbb290af authored tarafından Benjamin Peterson's avatar Benjamin Peterson

merge 3.2

...@@ -132,7 +132,6 @@ class ThreadRunningTests(BasicThreadTest): ...@@ -132,7 +132,6 @@ class ThreadRunningTests(BasicThreadTest):
# See issue #14474 # See issue #14474
def task(): def task():
started.release() started.release()
sys.stderr = stderr
raise SyntaxError raise SyntaxError
def mywrite(self, *args): def mywrite(self, *args):
try: try:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment