8000
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_unparse
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 test_unparse Using random seed: 1839524422 0:00:00 load avg: 8.33 Run 1 test sequentially 0:00:00 load avg: 8.33 [1/1] test_unparse /Users/admin/Projects/cpython/Lib/test/test_unparse.py:721: DeprecationWarning: Name.__init__ missing 1 required positional argument: 'ctx'. This will become an error in Python 3.15. type_params=[ast.TypeVar("T", bound=ast.Name("int"))], /Users/admin/Projects/cpython/Lib/test/test_unparse.py:379: DeprecationWarning: Name.__init__ missing 1 required positional argument: 'ctx'. This will become an error in Python 3.15. ast.Name(id="test"), /Users/admin/Projects/cpython/Lib/test/test_unparse.py:373: DeprecationWarning: Name.__init__ missing 1 required positional argument: 'ctx'. This will become an error in Python 3.15. self.check_invalid(ast.Raise(exc=None, cause=ast.Name(id="X"))) == Tests result: SUCCESS == 1 test OK. Total duration: 1.9 sec Total tests: run=69 Total test files: run=1/1 Result: SUCCESS
CPython main branch
No response
ctx
ast.Name
The text was updated successfully, but these errors were encountered:
pythongh-116030: Add ctx argument to ast.Name calls
e9fe817
gh-116030: test_unparse: Add ctx argument to ast.Name calls (#…
3b63d07
…116031)
pythongh-116030: test_unparse: Add ctx argument to ast.Name c…
74e1843
…alls (python#116031)
18b9075
0221a6d
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:
No response
Linked PRs
ctx
argument toast.Name
calls #116031The text was updated successfully, but these errors were encountered: