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 gvanrossum
Recipients BTaskaya, gvanrossum, pablogsal, vstinner
Date 2019-12-16.20:00:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576526432.41.0.571946723421.issue39069@roundup.psfhosted.org>
In-reply-to
Content
Why is the import speed of ast important enough to uglify this code? Who is using ast.py that isn't also importing lots of other stuff? For example, black imports lots of other stuff (multiprocessing, asyncio, pathlib, typing, ..., even 3rd party attr, click and toml).
History
Date User Action Args
2019-12-16 20:00:32gvanrossumsetrecipients: + gvanrossum, vstinner, pablogsal, BTaskaya
2019-12-16 20:00:32gvanrossumsetmessageid: <1576526432.41.0.571946723421.issue39069@roundup.psfhosted.org>
2019-12-16 20:00:32gvanrossumlinkissue39069 messages
2019-12-16 20:00:31gvanrossumcreate