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 zach.ware
Recipients ezio.melotti, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-05-07.17:29:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399483780.67.0.606816960677.issue18492@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a new and better patch.  This patch keeps the regrtest_run global in support and moves the regrtest-or-not check into is_resource_enabled to make is_resource_enabled, requires, and requires_resource consistent with each other and in a way that still allows explicitly setting support.use_resources.  The real change is confined to Lib/test/regrtest.py and Lib/test/support/__init__.py, the rest of the patch is cleanup allowed by the change (except for test_decimal, which has a minor change required to allow one of the command line options to that script to work).
History
Date User Action Args
2014-05-07 17:29:41zach.waresetrecipients: + zach.ware, terry.reedy, ezio.melotti, r.david.murray, serhiy.storchaka
2014-05-07 17:29:40zach.waresetmessageid: <1399483780.67.0.606816960677.issue18492@psf.upfronthosting.co.za>
2014-05-07 17:29:40zach.warelinkissue18492 messages
2014-05-07 17:29:40zach.warecreate