These were available as macros or static inline functions when Py_LIMITED_API was defined, so Stable ABI users were using them anyway. Let's expose them as proper functions so they're easier to change in the future.
Reference implementation: python/cpython#139166
These were available as macros or
static inlinefunctions whenPy_LIMITED_APIwas defined, so Stable ABI users were using them anyway. Let's expose them as proper functions so they're easier to change in the future.Reference implementation: python/cpython#139166