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 martin.panter, pitrou, serhiy.storchaka, vstinner
Date 2014-10-12.23:07:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413155262.6.0.0297375541373.issue22599@psf.upfronthosting.co.za>
In-reply-to
Content
> Alternative solution of this issue would be to use "from builtins import open as _open" instead of "import builtins".

Right. I prefer your solution because it's much simpler, it doesn't make traceback less usable at exit, and it doesn't need to make assumption on the Python status.

Here is a patch implementing this idea with an unit test.
History
Date User Action Args
2014-10-12 23:07:42vstinnersetrecipients: + vstinner, pitrou, martin.panter, serhiy.storchaka
2014-10-12 23:07:42vstinnersetmessageid: <1413155262.6.0.0297375541373.issue22599@psf.upfronthosting.co.za>
2014-10-12 23:07:42vstinnerlinkissue22599 messages
2014-10-12 23:07:42vstinnercreate