mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
4759ba6eec
This gets rid of the immortal check in `PyStackRef_FromPyObjectSteal()`. Overall, this improves performance about 2% in the free threading build. This also renames `PyStackRef_Is()` to `PyStackRef_IsExactly()` because the macro requires that the tag bits of the arguments match, which is only true in certain special cases.
Miscellaneous source files for the main Python shared library