◐ Shell
clean mode source ↗

Update test_syntax from CPython 3.11.0 by DimitrisJim · Pull Request #4602 · RustPython/RustPython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@DimitrisJim

Copy link Copy Markdown

Member

And also allow the doctests to run for checking the edgecases.

Comment thread

Lib/test/test_syntax.py

Comment on lines +558 to +559

# TODO: RUSTPYTHON NameError: name 'PyCF_TYPE_COMMENTS' is not defined
>>> import ast; ast.parse(''' # doctest: +SKIP

Copy link Copy Markdown

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 youknowone merged commit 880ab91 into RustPython:main

Mar 1, 2023

@DimitrisJim DimitrisJim deleted the test_syntax_update branch

March 1, 2023 13:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@youknowone youknowone youknowone approved these changes

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@DimitrisJim @youknowone