Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
8
Dependencies/Python/Lib/test/support/refleak_helper.py
vendored
Normal file
8
Dependencies/Python/Lib/test/support/refleak_helper.py
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
"""
|
||||
Utilities for changing test behaviour while hunting
|
||||
for refleaks
|
||||
"""
|
||||
|
||||
_hunting_for_refleaks = False
|
||||
def hunting_for_refleaks():
|
||||
return _hunting_for_refleaks
|
Reference in New Issue
Block a user