mirror of
https://github.com/python/cpython.git
synced 2025-08-22 17:55:18 +00:00
gh-76785: Fixes for test.support.interpreters (gh-112982)
This involves a number of changes for PEP 734.
This commit is contained in:
parent
f26bfe4b25
commit
86a77f4e1a
30 changed files with 2506 additions and 1507 deletions
|
@ -1365,7 +1365,7 @@ class SubinterpThreadingTests(BaseTestCase):
|
|||
DONE = b'D'
|
||||
|
||||
interp = interpreters.create()
|
||||
interp.run(f"""if True:
|
||||
interp.exec_sync(f"""if True:
|
||||
import os
|
||||
import threading
|
||||
import time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue