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 BTaskaya
Recipients BTaskaya, Mark.Shannon
Date 2021-06-04.16:40:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622824859.38.0.447837100417.issue44313@roundup.psfhosted.org>
In-reply-to
Content
@mark.shannon what do you think about doing this both for `import <module>` and `from <module> import <something>`. It will definitely simplify the implementation (no need to extra visitors or flags, just using the default DEF_IMPORT one https://github.com/isidentical/cpython/commit/f8f8fcee4d1480970c356eec0f23c326b9fe674d) and also might help you to specialize other cases too (e.g importing submodules, from concurrent import futures).
History
Date User Action Args
2021-06-04 16:40:59BTaskayasetrecipients: + BTaskaya, Mark.Shannon
2021-06-04 16:40:59BTaskayasetmessageid: <1622824859.38.0.447837100417.issue44313@roundup.psfhosted.org>
2021-06-04 16:40:59BTaskayalinkissue44313 messages
2021-06-04 16:40:59BTaskayacreate