Open
Conversation
|
Woohoo! This version works! ♥ Thank you for going through the code, so I don't have to! |
|
Could this please be merged? Master is broken. Otherwise we should declare @rolveb as the new allmighty maintainer. The guy who did something. His fork should be cherished. For now. For people who want to get things done and move on: |
|
I kind of want to depend on this for something I have. @rolveb, are you interested in uploading your version to pypi or taking the namespace on pypi from the current project? |
python 2to3 fix
|
Not sure why you did these changes manually, you can just call cython to regenerate: As seen in the Makefile. You can install my fork via: Works with Python 3.11 and for all eternity without having to update the C code every Cython update |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed compilation errros by renaming tp_print to tp_vectorcall_offset and added prefix to tstate -> type, value and traceback
tstate->curexc_type = type;
tstate->curexc_value = value;
tstate->curexc_traceback = tb;