You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lazy load packages in compat for faster import. (#881)
* Streamline usage of ConfigParser for lazy loading.
* Do not import all of asyncio.
* Remove unused imports
* Defer import of urllib.request to when its actually needed.
* Test to ensure slow imports do not reappear.
* Use other configparser.
* Return test to original state.
* Skip test for python2.
* Update comment text.
0 commit comments