mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
a882ae198a
This combines most _PyStackRef functions and macros between the free threaded and default builds. - Remove Py_TAG_DEFERRED (same as Py_TAG_REFCNT) - Remove PyStackRef_IsDeferred (same as !PyStackRef_RefcountOnObject)
Miscellaneous source files for the main Python shared library