gh-89653: PEP 670: Convert macros to functions by vstinner · Pull Request #99843 · python/cpython (original) (raw)

vstinner

Convert macros to static inline functions to avoid macro pitfalls,
like duplication of side effects:

Changes:

@vstinner

@vstinner

Convert macros to static inline functions to avoid macro pitfalls, like duplication of side effects:

Changes:

@vstinner

I changed PyCode_GetNumFree() return type to Py_ssize_t.

@vstinner

erlend-aasland

@vstinner

@vstinner