bpo-39573: Py_TYPE becomes a static inline function by vstinner · Pull Request #26493 · python/cpython
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, 2021pythonGH-26493)" This reverts commit f3fa63e as is causing crashes in some Windows tests in the buildbots.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters