bpo-39573: Py_TYPE becomes a static inline function by vstinner · Pull Request #26493 · python/cpython

@vstinner

Convert the Py_TYPE() and Py_SIZE() macros to static inline
functions. The Py_SET_TYPE() and Py_SET_SIZE() functions must now be
used to set an object type and size.

pablogsal added a commit to pablogsal/cpython that referenced this pull request

Jun 8, 2021
pythonGH-26493)"

This reverts commit f3fa63e as is
causing crashes in some Windows tests in the buildbots.

pablogsal added a commit that referenced this pull request

Jun 8, 2021