Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_ast
DeprecationWarning
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
./python.exe -m test -q test_ast Using random seed: 2061872940 0:00:00 load avg: 4.08 Run 1 test sequentially /Users/admin/Projects/cpython/Lib/test/test_ast.py:1356: DeprecationWarning: Name.__init__ missing 1 required positional argument: 'ctx'. This will become an error in Python 3.15. [ast.Name('dataclass')], == Tests result: SUCCESS == Total duration: 3.3 sec Total tests: run=168 skipped=1 Total test files: run=1/1 Result: SUCCESS
CPython main branch
macOS
ctx
ast.Name
The text was updated successfully, but these errors were encountered:
Probably just need to add , ast.Load(). If someone sends a PR I'll review it.
, ast.Load()
Sorry, something went wrong.
gh-118374: test_ast: Add ctx argument to ast.Name calls (#118375
aa8f6d2
)
JelleZijlstra
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
ctx
argument toast.Name
calls #118375The text was updated successfully, but these errors were encountered: