Message389360
| Author |
vstinner |
| Recipients |
pablogsal, serhiy.storchaka, shihai1991, terry.reedy, vstinner, zach.ware |
| Date |
2021年03月23日.00:47:13 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1616460433.57.0.039488239217.issue41718@roundup.psfhosted.org> |
| In-reply-to |
| Content |
len(sys.modules) of msg376374 test_sys_modules:
* Python 3.6: 184
* Python 3.7: 183
* Python 3.8: 221
* Python 3.9: 233
* master: 131
The master branch imports 102 less modules than Python 3.9 (233 => 131)! Almost the half.
asyncio, logging, multiprocessing, etc. are no longer always imported by default. |
|