Skip to content

Commit d8f40ea

Browse files
authored
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (python#93467)
1 parent debf4c1 commit d8f40ea

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
@@ -144,7 +144,7 @@ def collect_sys(info_add):
144144
text = 'Yes (sys.getobjects() present)'
145145
else:
146146
text = 'No (sys.getobjects() missing)'
147-
info_add('build.Py_REF_DEBUG', text)
147+
info_add('build.Py_TRACE_REFS', text)
148148

149149

150150
def collect_platform(info_add):

0 commit comments

Comments
 (0)