-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
test_parserhack
in test_future
is outdated
#116860
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
Comments
sobolevn
added a commit
to sobolevn/cpython
that referenced
this issue
Mar 15, 2024
For reference, the tested code was dead since 3.1 (e3944a5). |
sobolevn
added a commit
that referenced
this issue
May 28, 2024
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 28, 2024
…pythonGH-116861) (cherry picked from commit 669175b) Co-authored-by: Nikita Sobolev <[email protected]>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
May 28, 2024
…pythonGH-116861) (cherry picked from commit 669175b) Co-authored-by: Nikita Sobolev <[email protected]>
This was referenced May 28, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bug report
This test is written for python2.6, which is long gone. It tests some implementation detail with is also long gone:
cpython/Lib/test/test_future_stmt/test_future.py
Lines 174 to 192 in 2cf18a4
We have new tests for
print
keyword in other modules:cpython/Lib/test/test_exceptions.py
Lines 176 to 183 in 2cf18a4
I propose to remove this test, it does not add any value and might be confusing to readers.
Linked PRs
test_parserhack
fromtest_future
#116861test_parserhack
fromtest_future
(GH-116861) #119648test_parserhack
fromtest_future
(GH-116861) #119649The text was updated successfully, but these errors were encountered: