mirror of https://github.com/python/cpython
Merge.
This commit is contained in:
commit
4ee2a8a127
|
@ -132,7 +132,6 @@ class ThreadRunningTests(BasicThreadTest):
|
|||
# See issue #14474
|
||||
def task():
|
||||
started.release()
|
||||
sys.stderr = stderr
|
||||
raise SyntaxError
|
||||
def mywrite(self, *args):
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue