]> 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:08:21 +0000 (07:08 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jun 2022 14:08:21 +0000 (07:08 -0700)
commit9cdfd1b01aee8bd624c2fb5f5447e0ad5858ff03
tree23c7e50159ceae194b65f05451d429c9254edcd9
parent855be47a02e68bf9217ef8ab79dbd94ddc3298f1
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