Skip to content
Snippets Groups Projects
Unverified Commit d8f40ead authored by Victor Stinner's avatar Victor Stinner Committed by GitHub
Browse files

test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)

parent debf4c1e
No related branches found
No related tags found
No related merge requests found
...@@ -144,7 +144,7 @@ def collect_sys(info_add): ...@@ -144,7 +144,7 @@ def collect_sys(info_add):
text = 'Yes (sys.getobjects() present)' text = 'Yes (sys.getobjects() present)'
else: else:
text = 'No (sys.getobjects() missing)' text = 'No (sys.getobjects() missing)'
info_add('build.Py_REF_DEBUG', text) info_add('build.Py_TRACE_REFS', text)
def collect_platform(info_add): def collect_platform(info_add):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment