8000 gh-125331: Allow the parser to activate future imports on the fly by pablogsal · Pull Request #125482 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-125331: Allow the parser to activate future imports on the fly #125482

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

Merged
merged 10 commits into from
Feb 14, 2025
Prev Previous commit
Next Next commit
Fix whitespace
  • Loading branch information
pablogsal committed Feb 13, 2025
commit c3165412940fd39db0dc372727a1311770ca3cfd
1 change: 1 addition & 0 deletions Lib/test/test_grammar.py
Original file line number Diff line number Diff line change
Expand Up @@ -1972,5 +1972,6 @@ async def foo():
with self.assertRaises(Done):
foo().send(None)


if __name__ == '__main__':
unittest.main()
0