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 brett.cannon, vstinner
Date 2013-03-22.15:53:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYogoQcp+E2+wghaH8GZ-LWYr9Q8b2KDaKytvW0Ytw7EA@mail.gmail.com>
In-reply-to <1363965463.01.0.482191109903.issue17515@psf.upfronthosting.co.za>
Content
> This is unnecessary.

Your change only concerns imports. eval() and compile() cannot be
hooked using your method.

2013/3/22 Brett Cannon <report@bugs.python.org>:
>
> Brett Cannon added the comment:
>
> This is unnecessary. I added the source_to_code() method (http://docs.python.org/3.4/library/importlib.html#importlib.abc.SourceLoader.source_to_code) to loaders to explicitly handle this case.
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue17515>
> _______________________________________
History
Date User Action Args
2013-03-22 15:53:19vstinnersetrecipients: + vstinner, brett.cannon
2013-03-22 15:53:19vstinnerlinkissue17515 messages
2013-03-22 15:53:19vstinnercreate