mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)
(cherry picked from commit d8f40ead92
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
74b91b1763
commit
71fae642c0
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