mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Fix patching of support
This commit is contained in:
4
Lib/test/support/__init__.py
vendored
4
Lib/test/support/__init__.py
vendored
@@ -1898,7 +1898,9 @@ def _check_tracemalloc():
|
||||
|
||||
|
||||
def check_free_after_iterating(test, iter, cls, args=()):
|
||||
return # TODO: RUSTPYTHON; GC is not supported yet
|
||||
# TODO: RUSTPYTHON; GC is not supported yet
|
||||
test.assertTrue(False)
|
||||
return
|
||||
|
||||
done = False
|
||||
def wrapper():
|
||||
|
||||
Reference in New Issue
Block a user