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 vstinner
Recipients Anthony Sottile, ammar2, christian.heimes, erlendaasland, miss-islington, pablogsal, paul.moore, shreyanavigyan, stestagg, steve.dower, tim.golden, vstinner, zach.ware
Date 2021-05-21.22:57:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621637870.06.0.315008263935.issue44184@roundup.psfhosted.org>
In-reply-to
Content
Anthony Sottile: "that version of flake8 uses multiprocessing (even for 1 file) -- would the ast objects be involved in that way? (pyflakes also makes reference cyles to handle "parent" relationships)"

I expect flake8 to use the ast somewhere to analyze source code. But I don't have the bandwidth to investigate flake8 creates a reference cycle.

The Python regression is fixed, I closed the issue. Thanks for the bug report Anthony!
History
Date User Action Args
2021-05-21 22:57:50vstinnersetrecipients: + vstinner, paul.moore, christian.heimes, tim.golden, zach.ware, steve.dower, Anthony Sottile, ammar2, pablogsal, miss-islington, erlendaasland, stestagg, shreyanavigyan
2021-05-21 22:57:50vstinnersetmessageid: <1621637870.06.0.315008263935.issue44184@roundup.psfhosted.org>
2021-05-21 22:57:50vstinnerlinkissue44184 messages
2021-05-21 22:57:49vstinnercreate