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 barry, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka, terry.reedy, vstinner
Date 2015-10-15.16:16:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444925785.88.0.480497114182.issue25159@psf.upfronthosting.co.za>
In-reply-to
Content
$ 3.4/python -c "import sys; sys.modules.clear(); import enum; print(len(sys.modules))"
18

$ 3.5/python -c "import sys; sys.modules.clear(); import enum; print(len(sys.modules))"
22
History
Date User Action Args
2015-10-15 16:16:25vstinnersetrecipients: + vstinner, barry, brett.cannon, terry.reedy, ncoghlan, eric.snow, serhiy.storchaka
2015-10-15 16:16:25vstinnersetmessageid: <1444925785.88.0.480497114182.issue25159@psf.upfronthosting.co.za>
2015-10-15 16:16:25vstinnerlinkissue25159 messages
2015-10-15 16:16:25vstinnercreate