Files
RustPython/Lib/test/support/refleak_helper.py
Jeong, YunWon 44327a8ee4 Upgrade test/support from CPython 3.13.11 (#6556)
* Upgrade test/support from CPython 3.13.11

* fix test_support
2025-12-28 16:30:44 +09:00

9 lines
165 B
Python
Vendored

"""
Utilities for changing test behaviour while hunting
for refleaks
"""
_hunting_for_refleaks = False
def hunting_for_refleaks():
return _hunting_for_refleaks