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 ezio.melotti, r.david.murray, serhiy.storchaka, terry.reedy, zach.ware
Date 2014-05-14.08:33:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400056435.66.0.456688106119.issue18492@psf.upfronthosting.co.za>
In-reply-to
Content
You have convinced me. In general the approach and the patch LGTM.

But I agree with Terry that flag support.regrtest_run is redundant, it duplicates a bit of information which provides support.use_resources. Instead we can rewrite support.is_resource_enabled() as

    return use_resources is None or resource in use_resources

Introducing regrtest_run can cause inconsistency between it and use_resources.
History
Date User Action Args
2014-05-14 08:33:55serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, ezio.melotti, r.david.murray, zach.ware
2014-05-14 08:33:55serhiy.storchakasetmessageid: <1400056435.66.0.456688106119.issue18492@psf.upfronthosting.co.za>
2014-05-14 08:33:55serhiy.storchakalinkissue18492 messages
2014-05-14 08:33:55serhiy.storchakacreate