]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)
authorVictor Stinner <vstinner@python.org>
Thu, 31 Aug 2023 07:56:06 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Aug 2023 07:56:06 +0000 (09:56 +0200)
commit9c03215a3ee31462045b2c2ee162bdda30c54572
tree364dcf221c1d01095b1bd2d1e5ecc1357830137b
parentb89b838ebc817e5fbffad1ad8e1a85aa2d9f3113
gh-107149: Make PyUnstable_ExecutableKinds public (#108440)

Move PyUnstable_ExecutableKinds and associated macros from the
internal C API to the public C API.

Rename constants: replace "PY_" prefix with "PyUnstable_" prefix.
Include/cpython/pyframe.h
Include/internal/pycore_frame.h
Python/frame.c