python / cpython

The Python programming language
https://www.python.org
Other
63.73k stars 30.53k forks source link

gh-127022: Remove `_PyEvalFramePushAndInit_UnTagged` #127168

Closed colesbury closed 4 days ago

colesbury commented 1 week ago

The interpreter now handles _PyStackRefs pointing to immortal objects without the deferred bit set, so _PyEvalFramePushAndInit_UnTagged is no longer necessary.