-
Notifications
You must be signed in to change notification settings - Fork 38
3.13 support #80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
3.13 support #80
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
629d978
fix(3.13): show_caches is deprecated
15r10nk d2e50a1
fix(3.13): added new rules to the verification
15r10nk a855297
build(3.13): added 3.13 to ci workflow
15r10nk 7d6a107
fix(3.13): fixed typing errors
15r10nk 6bca899
fix(3.13): handle STORE_FAST_STORE_FAST and similar instructions as k…
15r10nk 6fb0fac
fix(3.13): loading of __class__ is mapped to the last element of the …
15r10nk 8c2d3a3
fix(3.13): handle CALL_KW like method calls which are only located by…
15r10nk 58f7489
fix(3.13): a lambda can also have nonlocal variables
15r10nk b9a2921
fix(3.13): a async function can also have nonlocal variables
15r10nk edad4a3
fix(3.13): COMPARE_OP maps always to ast.Compare
15r10nk 0490384
fix(3.13): a type variable can also have nonlocal variables
15r10nk 14f94d7
test(3.13): handle optimization of `not not x`
15r10nk 27b446f
test: fixed tests for 3.13.0b1
15r10nk e1e4ac8
fix: allow to LOAD_FAST variables for TypeVars
15r10nk 315d1df
fix: skip files with raise an recursion error in 3.13, because the re…
15r10nk 6425ffb
test(3.13): added sample_results
15r10nk d55eb52
test: skip module tests for now
15r10nk dc03e8c
refactor: review changes
15r10nk c4f1862
fix: handle __firstlineno__
15r10nk 960dee1
fix: removed unused verification
15r10nk de6b2fa
doc: review changes
15r10nk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.