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 serhiy.storchaka, zach.ware
Date 2014-12-13.20:56:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418504167.61.0.494551574993.issue19949@psf.upfronthosting.co.za>
In-reply-to
Content
In updated patch the "xpickle" resource is tested before attempts to run Python executables. Also these checks are moved from decorator to the setUp() method. The result of have_python_version() now is memoized. Fixed running the test in unicode-disabled build. And added tests for installed Python 2.7. As far as older Python versions are rarely installed nowadays, this allows to check that the test is work at all (and that there is no significant regression against previous bugfix).
History
Date User Action Args
2014-12-13 20:56:07serhiy.storchakasetrecipients: + serhiy.storchaka, zach.ware
2014-12-13 20:56:07serhiy.storchakasetmessageid: <1418504167.61.0.494551574993.issue19949@psf.upfronthosting.co.za>
2014-12-13 20:56:07serhiy.storchakalinkissue19949 messages
2014-12-13 20:56:07serhiy.storchakacreate