-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Update Auto-Sync to Python 3.13 and tree-sitter-py 24.0 #2705
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
base: next
Are you sure you want to change the base?
Conversation
I could not reproduce the segfault with Python 3.13. Only with Python 3.12. I am not sure if we should merge this without this segfault being fixed. Probably not. We would need to fix the version to 3.13 then. But the code is ready for review. |
How can I reproduce the segfault? I can investigate this. |
|
Remove usage of .text property of some nodes. Convert the result of query.captures() back to the 22.3 version. Fix the setup of the Parser.
Your checklist for this pull request
Detailed description
Waiting for comment on tree-sitter/py-tree-sitter#350
Test plan
All green
Closing issues
closes #2459