Merge.
This commit is contained in:
commit
4ee2a8a127
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue