mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (#93467)
This commit is contained in:
parent
debf4c1ec5
commit
d8f40ead92
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue