Skip to content

Commit f1d1f3d

Browse files
committed
hide ctypes test
1 parent 75f877b commit f1d1f3d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/test/libregrtest/refleak.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,8 @@ def clear_caches():
264264
except KeyError:
265265
pass
266266
else:
267-
ctypes._reset_cache()
267+
pass # FIXME: RustPython
268+
# ctypes._reset_cache()
268269

269270
try:
270271
typing = sys.modules['typing']

0 commit comments

Comments
 (0)