Skip to content

Python 3 no longer uses tp_print in PyTypeObject#72

Open
fweimer-rh wants to merge 1 commit intorjancewicz:masterfrom
fweimer-rh:c99
Open

Python 3 no longer uses tp_print in PyTypeObject#72
fweimer-rh wants to merge 1 commit intorjancewicz:masterfrom
fweimer-rh:c99

Conversation

@fweimer-rh
Copy link

The struct field in this position is now called tp_vectorcall_offset and is used for something else.

Fixes a compilation error with compilers which refuse to convert function pointers to Py_ssize_t without a cast.

Related to:

The struct field in this position is now called tp_vectorcall_offset
and is used for something else.

Fixes a compilation error with compilers which refuse to convert
function pointers to Py_ssize_t without a cast.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant