]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 12 Dec 2022 23:51:27 +0000 (16:51 -0700)
committerGitHub <noreply@github.com>
Mon, 12 Dec 2022 23:51:27 +0000 (16:51 -0700)
commit0e081a089ec969c9a34f5ff25886205616ef4dd3
tree773cb27cebca4fea711986902fdcac7fccb1b4f4
parent5eb28bca9fc963607189e3b3e1403f341dbf640a
gh-81057: Move _Py_RefTotal to the "Ignored Globals" List (gh-100203)

We can't move it to _PyRuntimeState because the symbol is exposed in the stable ABI. We'll have to sort that out before a per-interpreter GIL, but it shouldn't be too hard.

https://github.com/python/cpython/issues/81057
Tools/c-analyzer/cpython/globals-to-fix.tsv
Tools/c-analyzer/cpython/ignored.tsv