Skip to content
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

Update Python.asdl file to Python 3.13.2 #135

Closed
wants to merge 4 commits into from

Conversation

moreal
Copy link

@moreal moreal commented Feb 11, 2025

I replaced the ast/Python.asdl file with Python 3.13.2 (current latest version).

I run scripts/update_asdl.sh script with alias python=python3; mkdir -p ast-pyo3/src/gen and made this pull request with only changes under ast directory.

Please let me know if the changes under ast-pyo3 are also needed to update. 🙏🏻 (I found https://github.com/RustPython/rustpython-ast-pyo3 repository but I didn't understand relationship between this repo and it 😞 )

@moreal moreal marked this pull request as draft February 11, 2025 16:27
@youknowone
Copy link
Member

Don't worry about the separated repositories.

@jvllmr
Copy link

jvllmr commented Mar 8, 2025

Is there something we can do to move this PR forward? It would be great if the RustPython AST is on par with the standard library AST.

@moreal moreal marked this pull request as ready for review March 9, 2025 13:53
@moreal moreal marked this pull request as draft March 9, 2025 13:55
@moreal
Copy link
Author

moreal commented Mar 9, 2025

I've been trying to open this pull request for several hours, but I realized that I don't know parser and https://peps.python.org/pep-0696/ well. I will continue as my personal study, but I will close this pull request to avoid confusing others.

@moreal moreal closed this Mar 9, 2025
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.

3 participants