]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged` (gh-127168)
authorSam Gross <colesbury@gmail.com>
Mon, 25 Nov 2024 17:24:37 +0000 (17:24 +0000)
committerGitHub <noreply@github.com>
Mon, 25 Nov 2024 17:24:37 +0000 (12:24 -0500)
commitd3da04bfc91ec065fe587451409102213af0e57c
treeef77a005026cf268a336eb6d80e69142fa569c4e
parent3e7ce6e9aed8616c8ce53eaef4279402d3ee38ec
gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged` (gh-127168)

The interpreter now handles `_PyStackRef`s pointing to immortal objects
without the deferred bit set, so `_PyEvalFramePushAndInit_UnTagged` is
no longer necessary.
Python/ceval.c