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. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-03-23 00:47:13 | vstinner | set | recipients: + vstinner, terry.reedy, zach.ware, serhiy.storchaka, pablogsal, shihai1991 |
| 2021-03-23 00:47:13 | vstinner | set | messageid: <1616460433.57.0.039488239217.issue41718@roundup.psfhosted.org> |
| 2021-03-23 00:47:13 | vstinner | link | issue41718 messages |
| 2021-03-23 00:47:13 | vstinner | create | |