aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/compile.c
diff options
context:
space:
mode:
authorPetr Viktorin <encukou@gmail.com>2021-05-25 13:42:03 +0200
committerGitHub <noreply@github.com>2021-05-25 04:42:03 -0700
commitd16856960e33bc5f64fc5b842f132058becafa37 (patch)
tree9fb11b501ada3bebcccb6936aaacd9d5dd1c7737 /Python/compile.c
parent63f17c252ab1b9357c5f022296213c42d9629458 (diff)
downloadcpython-d16856960e33bc5f64fc5b842f132058becafa37.tar.gz
cpython-d16856960e33bc5f64fc5b842f132058becafa37.zip
bpo-43795: Remove Py_FrozenMain from the Limited API & Stable ABI (GH-26241)
Py_FrozenMain was added to the Limited C API in [bpo-42591]() (3.10.0a4); but to fix that issue it would be enough to add it to the regular C API. The function is undocumented, tests were added very recently ([bpo-44131]()), and most importantly, it is not present in all builds of Python, as the linker sometimes omits it as unused. It should be added back when these issues are fixed. Note that this does not affect Python's regular C API.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions