]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102304: Fix Non-Debug Builds (gh-102846)
authorEric Snow <ericsnowcurrently@gmail.com>
Mon, 20 Mar 2023 17:28:13 +0000 (11:28 -0600)
committerGitHub <noreply@github.com>
Mon, 20 Mar 2023 17:28:13 +0000 (11:28 -0600)
commit5c75b7a91ca7ad4133d5a7e9c245268bcfdd993e
tree46558df77df4302a5c8031998548d23c215ecaaa
parent28d369e070652e8f2274101d72131e3140dfadf7
gh-102304: Fix Non-Debug Builds (gh-102846)

Some debug-only code slipped in with gh-102543.

https://github.com/python/cpython/issues/102304
Python/pystate.c