Skip to content

Commit 9cdfd1b

Browse files
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)
(cherry picked from commit d8f40ea) Co-authored-by: Victor Stinner <[email protected]>
1 parent 855be47 commit 9cdfd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/pythoninfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def collect_sys(info_add):
142142
text = 'Yes (sys.getobjects() present)'
143143
else:
144144
text = 'No (sys.getobjects() missing)'
145-
info_add('build.Py_REF_DEBUG', text)
145+
info_add('build.Py_TRACE_REFS', text)
146146

147147

148148
def collect_platform(info_add):

0 commit comments

Comments
 (0)