Update test_syntax from CPython 3.11.0 by DimitrisJim · Pull Request #4602 · RustPython/RustPython
RustPython / RustPython Public
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Merged
Merged
Conversation
DimitrisJim
commented
Mar 1, 2023
DimitrisJim
commented
Member
And also allow the doctests to run for checking the edgecases.
DimitrisJim added 2 commits
DimitrisJim
mentioned this pull request
youknowone
approved these changes
Comment on lines +558 to +559
| # TODO: RUSTPYTHON NameError: name 'PyCF_TYPE_COMMENTS' is not defined | ||
| >>> import ast; ast.parse(''' # doctest: +SKIP |
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh, i didn't know this is possible
youknowone
merged commit
880ab91
into
RustPython:main
DimitrisJim
deleted the
test_syntax_update
branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment