• Michael Felt's avatar
    bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable... · 3a1d50e7
    Michael Felt authored
    bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of introspection (GH-12777)
    
    uuid could try fallback methods that had no chance of working on a particular
    platform, and this could cause spurious test failures, as well as degraded
    performance as fallback options were tried and failed.
    
    This fixes both the uuid module and its test's SkipUnless logic to use a
    prefiltered list of techniques that may at least potentially work on that platform.
    
    Patch by Michael Felt (aixtools).
    3a1d50e7
2019-04-11-07-59-43.bpo-28009.s85urF.rst 138 Bytes