mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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