- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message410763
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | Mark.Shannon |
|---|---|
| Recipients | Mark.Shannon, nedbat |
| Date | 2022-01-17.11:47:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1642420073.88.0.696508662464.issue46389@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This has the same root cause as https://bugs.python.org/issue46374: closing the unused generator expression exposes the generator's frame before it has been initialized. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-17 11:47:53 | Mark.Shannon | set | recipients: + Mark.Shannon, nedbat |
| 2022-01-17 11:47:53 | Mark.Shannon | set | messageid: <1642420073.88.0.696508662464.issue46389@roundup.psfhosted.org> |
| 2022-01-17 11:47:53 | Mark.Shannon | link | issue46389 messages |
| 2022-01-17 11:47:53 | Mark.Shannon | create | |

