{{ message }}
Updated token + weakref libraries + weakref test - v3.13.11 - #6633
Merged
Merged
Conversation
Contributor
Contributor
Author
|
I could not find a token test file |
Member
|
by searching |
Contributor
Author
I saw that, & assumed that it would test out the tokenize library, but as I'm writing it out I'm realizing I should probably jointly update the two libraries. Will add it, thanks! |
Contributor
Author
|
So it seems a rewrite of tokenize has been done. the _tokenize function was moved to a precompiled library, and logic has been changed, so it's not as simple as keeping the older _tokenize version. Is it okay to merge, without making any tokenization migrations? |
Contributor
Author
youknowone
force-pushed
the
update_token_weakref
branch
from
January 4, 2026 00:27
cd1bf05 to
c961277
Compare
youknowone
reviewed
Jan 4, 2026
terryluan12
added a commit
to terryluan12/RustPython
that referenced
this pull request
Jan 5, 2026
…on#6633) * Updated the token library * Updated the weakref library * Annotated the failing weakref test
terryluan12
added a commit
to terryluan12/RustPython
that referenced
this pull request
Jan 5, 2026
…on#6633) * Updated the token library * Updated the weakref library * Annotated the failing weakref test
terryluan12
added a commit
to terryluan12/RustPython
that referenced
this pull request
Jan 5, 2026
…on#6633) * Updated the token library * Updated the weakref library * Annotated the failing weakref test
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.

No description provided.