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 Anthony Sottile
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.21:44:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
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)
History
Date User Action Args
2021-05-21 21:44:39Anthony Sottilesetrecipients: + Anthony Sottile, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware, steve.dower, ammar2, pablogsal, miss-islington, erlendaasland, stestagg, shreyanavigyan
2021-05-21 21:44:39Anthony Sottilesetmessageid: <[email protected]>
2021-05-21 21:44:39Anthony Sottilelinkissue44184 messages
2021-05-21 21:44:39Anthony Sottilecreate