Skip to content

Commit

Permalink
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (pythonGH-93467
Browse files Browse the repository at this point in the history
)

(cherry picked from commit d8f40ea)

Co-authored-by: Victor Stinner <vstinner@python.org>
  • Loading branch information
vstinner authored and miss-islington committed Jun 3, 2022
1 parent 74b91b1 commit 52d9da1
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 52d9da1

Please sign in to comment.