Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
[3.12] gh-119897: Revert buggy optimization which was removed in 3.13#120467
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
…he generator is closed (python#118451)"This reverts commit238efbe.
Thanks for doing this! |
Is it worth adding a test for issue described in#119897? |
Does this need a news item? |
I'll add that in a separate PR to main. |
No, none of this stuff was in the news. |
Actually I'll add it here and then another PR for main and 3.13. |
…20658)(cherry picked from commit73dc1c6)Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>pythongh-120467: Add test for lambda generator invocation
5d997b5
intopython:3.12Uh oh!
There was an error while loading.Please reload this page.
)pythongh-120467: Add test for lambda generator invocation
)pythongh-120467: Add test for lambda generator invocation
)pythongh-120467: Add test for lambda generator invocation
Uh oh!
There was an error while loading.Please reload this page.
Fixes#120467.
Reverts#111069 and the followup#111459.
python: Objects/genobject.c:400: gen_close: Assertion
exception_handler_depth > 0' failed.` #119897