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 rhettinger
Recipients mark.dickinson, paul.moore, rhettinger, stcanny, steve.dower, tim.golden, zach.ware
Date 2021-11-10.16:48:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636562911.97.0.111649044213.issue45776@roundup.psfhosted.org>
In-reply-to
Content
> On Mac, collections.abc is imported at startup time 
> via site.py (which imports rlcompleter, which imports
> inspect, which imports collections.abc).

In inspect.py, the import of collections.abc is only used inside isawaitable().  We could make that a deferred import.
History
Date User Action Args
2021-11-10 16:48:31rhettingersetrecipients: + rhettinger, paul.moore, mark.dickinson, tim.golden, zach.ware, steve.dower, stcanny
2021-11-10 16:48:31rhettingersetmessageid: <1636562911.97.0.111649044213.issue45776@roundup.psfhosted.org>
2021-11-10 16:48:31rhettingerlinkissue45776 messages
2021-11-10 16:48:31rhettingercreate