mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
GH-114013: fix setting HOSTRUNNER
for Tools/wasm/wasi.py
(GH-114097)
Also fix tests found failing under a pydebug build of WASI thanks to `make test` working due to this change.
This commit is contained in:
parent
3d5df54cdc
commit
03f7839703
8 changed files with 15 additions and 12 deletions
|
@ -5684,7 +5684,7 @@ class ForwardRefTests(BaseTestCase):
|
|||
def cmp(o1, o2):
|
||||
return o1 == o2
|
||||
|
||||
with infinite_recursion():
|
||||
with infinite_recursion(25):
|
||||
r1 = namespace1()
|
||||
r2 = namespace2()
|
||||
self.assertIsNot(r1, r2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue