Fix patching of support

This commit is contained in:
ShaharNaveh
2025-07-25 15:47:48 +02:00
parent bb08398957
commit 17e60754f6

View File

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