Skip to content

Commit 71fae64

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 74b91b1 commit 71fae64

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)