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 serhiy.storchaka
Recipients Oren Milman, eric.snow, serhiy.storchaka
Date 2017-09-12.11:18:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505215102.76.0.795709687466.issue31404@psf.upfronthosting.co.za>
In-reply-to
Content
I haven't finished reviewing PR 1638. I'm not sure that this change is worth. It breaks a code that assumes that sys.module is a dict, and I afraid it slows down importing. Maybe revert this change until resolving all problems?
History
Date User Action Args
2017-09-12 11:18:22serhiy.storchakasetrecipients: + serhiy.storchaka, eric.snow, Oren Milman
2017-09-12 11:18:22serhiy.storchakasetmessageid: <1505215102.76.0.795709687466.issue31404@psf.upfronthosting.co.za>
2017-09-12 11:18:22serhiy.storchakalinkissue31404 messages
2017-09-12 11:18:22serhiy.storchakacreate