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 barry, brett.cannon, christian.heimes, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-10-08.09:52:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507456320.69.0.213398074469.issue31642@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 6f059ab80a351a7dd85cc57c5ca240f817a79c5d by Serhiy Storchaka in branch '3.6':
[3.6] bpo-31642: Restore blocking "from" import by setting None in sys.modules. (GH-3834). (#3923)
https://github.com/python/cpython/commit/6f059ab80a351a7dd85cc57c5ca240f817a79c5d
History
Date User Action Args
2017-10-08 09:52:00serhiy.storchakasetrecipients: + serhiy.storchaka, barry, brett.cannon, ncoghlan, christian.heimes, eric.snow
2017-10-08 09:52:00serhiy.storchakasetmessageid: <1507456320.69.0.213398074469.issue31642@psf.upfronthosting.co.za>
2017-10-08 09:52:00serhiy.storchakalinkissue31642 messages
2017-10-08 09:52:00serhiy.storchakacreate