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:
Brett Cannon 2024-01-16 11:36:41 -08:00 committed by GitHub
parent 3d5df54cdc
commit 03f7839703
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 15 additions and 12 deletions

View file

@ -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)