Message301236
> This mostly influences the Python interpreter start-up time
> (because of extensive use of ABCs in importlib)
Just to be clear, the only ABCs in importlib are in importlib.abc (and used by importlib.util). This does not impact interpreter startup. |
|
Date |
User |
Action |
Args |
2017-09-04 18:10:25 | eric.snow | set | recipients:
+ eric.snow, barry, brett.cannon, vstinner, serhiy.storchaka, yselivanov, levkivskyi, Aaron Hall |
2017-09-04 18:10:24 | eric.snow | set | messageid: <1504548624.97.0.0425465095427.issue31333@psf.upfronthosting.co.za> |
2017-09-04 18:10:24 | eric.snow | link | issue31333 messages |
2017-09-04 18:10:24 | eric.snow | create | |
|