gh-120600: Make Py_TYPE() opaque in limited C API 3.14 by vstinner · Pull Request #120601 · python/cpython

@vstinner

In the limited C API 3.14 and newer, Py_TYPE() is now implemented as
an opaque function call to hide implementation details.

serhiy-storchaka

serhiy-storchaka

@vstinner @encukou

Co-authored-by: Petr Viktorin <encukou@gmail.com>

picnixz pushed a commit to picnixz/cpython that referenced this pull request

Jun 19, 2024
…120601)

In the limited C API 3.14 and newer, Py_TYPE() is now implemented as
an opaque function call to hide implementation details.

mrahtz pushed a commit to mrahtz/cpython that referenced this pull request

Jun 30, 2024
…120601)

In the limited C API 3.14 and newer, Py_TYPE() is now implemented as
an opaque function call to hide implementation details.

noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request

Jul 11, 2024
…120601)

In the limited C API 3.14 and newer, Py_TYPE() is now implemented as
an opaque function call to hide implementation details.

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024
…120601)

In the limited C API 3.14 and newer, Py_TYPE() is now implemented as
an opaque function call to hide implementation details.