]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)
authorVictor Stinner <vstinner@python.org>
Mon, 21 Mar 2022 02:03:22 +0000 (03:03 +0100)
committerGitHub <noreply@github.com>
Mon, 21 Mar 2022 02:03:22 +0000 (03:03 +0100)
commite63894b3eed8ad2dd7690695f7f07bfbff59c05a
tree9f94d5ec7bce674f6be5384fa5933f4fae1221c5
parent9087243e2c167e38570e819b228efc3492c38c9c
bpo-46850: Remove _PyEval_CallTracing() function (GH-32019)

Remove the private undocumented function _PyEval_CallTracing() from
the C API. Call the public sys.call_tracing() function instead.
Include/cpython/ceval.h
Include/internal/pycore_ceval.h
Misc/NEWS.d/next/C API/2022-03-21-02-26-27.bpo-46850.hU3c-O.rst [new file with mode: 0644]
Python/ceval.c