- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message394050
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 | stestagg |
|---|---|
| Recipients | Anthony Sottile, ammar2, christian.heimes, pablogsal, paul.moore, shreyanavigyan, stestagg, steve.dower, tim.golden, vstinner, zach.ware |
| Date | 2021-05-20.19:19:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1621538350.13.0.229462542133.issue44184@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I've found that it's reproducible if you run flake8 on a file that just contains: `a.b` whereas: `a` and `a(b)` don't seem to trigger the error. The object being cleaned up when the segfault appears, seems to be a subclass of ast.AST |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-20 19:19:10 | stestagg | set | recipients: + stestagg, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware, steve.dower, Anthony Sottile, ammar2, pablogsal, shreyanavigyan |
| 2021-05-20 19:19:10 | stestagg | set | messageid: <1621538350.13.0.229462542133.issue44184@roundup.psfhosted.org> |
| 2021-05-20 19:19:10 | stestagg | link | issue44184 messages |
| 2021-05-20 19:19:10 | stestagg | create | |

