Raymond Hettinger <[email protected]> added the comment:
> 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. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue45776> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
