]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)
authorVictor Stinner <vstinner@python.org>
Mon, 8 Mar 2021 21:56:37 +0000 (22:56 +0100)
committerGitHub <noreply@github.com>
Mon, 8 Mar 2021 21:56:37 +0000 (22:56 +0100)
commit9f672a52f55ce198d5689b5771948350028b4a3b
tree97b3c2faff07ba77c499e0a223dd9f1de7e72152
parent3abf6f010243a91bf57cbf357dac33193f7b8407
bpo-37146: Move _PyEval_DeactivateOpCache() to the internal C API (GH-24786)

Don't export the symbol anymore.
Include/cpython/ceval.h
Include/internal/pycore_ceval.h