Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
cf6758ff9ebd6df8ac2a87755cdbad674c49c9cb
/
.
/
Lib
/
test
/
support
/
refleak_helper.py
blob: 2f86c93a1e2e5884093ec4129ab811fbb9e108f6 [
file
] [
log
] [
blame
]
"""
Utilities for changing test behaviour while hunting
for refleaks
"""
_hunting_for_refleaks
=
False
def
hunting_for_refleaks
():
return
_hunting_for_refleaks