Skip to content

Commit

Permalink
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner authored Jun 3, 2022
1 parent debf4c1 commit d8f40ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/pythoninfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,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):
Expand Down

0 comments on commit d8f40ea

Please sign in to comment.