]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless(...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 May 2025 20:43:29 +0000 (22:43 +0200)
committerGitHub <noreply@github.com>
Wed, 21 May 2025 20:43:29 +0000 (20:43 +0000)
commit93ab55bd703f1238cc93327a1a285921b47fa8a3
tree8c04ec9e89ed79fecd8cd2f0482359189ba45414
parent11d77d21120b77ddfd97f471c0d7a31745141131
[3.14] gh-132775: Use _PyFunction_VerifyStateless() and _PyCode_VerifyStateless() (gh-134465)

(cherry picked from commit a66bae8bb, AKA gh-134439)

Co-authored-by: Eric Snow <ericsnowcurrently@gmail.com>
Include/internal/pycore_pyerrors.h
Lib/test/test__interpreters.py
Modules/_interpretersmodule.c