mirror of
https://github.com/python/cpython.git
synced 2025-10-29 12:44:56 +00:00
gh-122666: Tests for ast optimizations (#122667)
Co-authored-by: Sergey B Kirpichev <skirpichev@gmail.com> Co-authored-by: Victor Stinner <vstinner@python.org> Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
This commit is contained in:
parent
1eed0f968f
commit
9f9b00d52c
2 changed files with 213 additions and 1 deletions
|
|
@ -380,7 +380,6 @@ def main():
|
|||
print("]")
|
||||
print("main()")
|
||||
raise SystemExit
|
||||
unittest.main()
|
||||
|
||||
#### EVERYTHING BELOW IS GENERATED BY python Lib/test/test_ast/snippets.py -g #####
|
||||
exec_results = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue