This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:13vstinnersetrecipients: + vstinner, terry.reedy, zach.ware, serhiy.storchaka, pablogsal, shihai1991
2021-03-23 00:47:13vstinnersetmessageid: <1616460433.57.0.039488239217.issue41718@roundup.psfhosted.org>
2021-03-23 00:47:13vstinnerlinkissue41718 messages
2021-03-23 00:47:13vstinnercreate