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 emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye
Date 2014-11-26.12:08:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417003699.43.0.631150332703.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
Why recursion limit is restored? Couldn't the test be simpler without it?

%a should be used instead of '%s' (file path can contain backslashes).

And it would be more robust to open file in binary mode (may be even in non-buffered). It can contain non-ascii characters.

May be the test should be marked as CPython only.

To check that script is executed at all we should print something from it and than test the out. Otherwise syntax error in script will make all test passed.
History
Date User Action Args
2014-11-26 12:08:19serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner, xdegaye, emptysquare
2014-11-26 12:08:19serhiy.storchakasetmessageid: <1417003699.43.0.631150332703.issue22898@psf.upfronthosting.co.za>
2014-11-26 12:08:19serhiy.storchakalinkissue22898 messages
2014-11-26 12:08:19serhiy.storchakacreate