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 python-dev
Recipients barry, benjamin.peterson, doko, martin.panter, python-dev, serhiy.storchaka
Date 2016-02-10.08:33:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160210083330.11245.58784@psf.io>
In-reply-to
Content
New changeset 81dba6e392c3 by Serhiy Storchaka in branch '2.7':
Issue #25698: Importing module if the stack is too deep no longer replaces
https://hg.python.org/cpython/rev/81dba6e392c3

New changeset 1c2de3b0a474 by Serhiy Storchaka in branch '3.5':
Issue #25698: Prevent possible replacing imported module with the empty one
https://hg.python.org/cpython/rev/1c2de3b0a474

New changeset c711c36cf988 by Serhiy Storchaka in branch 'default':
Issue #25698: Prevent possible replacing imported module with the empty one
https://hg.python.org/cpython/rev/c711c36cf988
History
Date User Action Args
2016-02-10 08:33:33python-devsetrecipients: + python-dev, barry, doko, benjamin.peterson, martin.panter, serhiy.storchaka
2016-02-10 08:33:33python-devlinkissue25698 messages
2016-02-10 08:33:33python-devcreate