Skip to content
Snippets Groups Projects
Unverified Commit 9cdfd1b0 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

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


(cherry picked from commit d8f40ead)

Co-authored-by: default avatarVictor Stinner <vstinner@python.org>
parent 855be47a
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,7 @@ def collect_sys(info_add):
text = 'Yes (sys.getobjects() present)'
else:
text = 'No (sys.getobjects() missing)'
info_add('build.Py_REF_DEBUG', text)
info_add('build.Py_TRACE_REFS', text)
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