]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jun 2022 14:18:49 +0000 (07:18 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jun 2022 14:18:49 +0000 (07:18 -0700)
commit71fae642c0822ea5f0cd261badbfd3e6db2ad9b7
tree9e03e2cce4ae5b6ef74f266c056e49be34d65ac4
parent74b91b1763b311cb417b32f9b271ae5a4590a13c
test.pythoninfo: Fix typo, Py_REF_DEBUG => Py_TRACE_REFS (GH-93467)

(cherry picked from commit d8f40ead92b5a973cff3a30482a7659d3b46b1ba)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/pythoninfo.py