1. 18 Haz, 2019 11 kayıt (commit)
  2. 17 Haz, 2019 21 kayıt (commit)
  3. 16 Haz, 2019 7 kayıt (commit)
  4. 15 Haz, 2019 1 kayıt (commit)
    • Michael Felt's avatar
      bpo-28009: Fix uuid SkipUnless logic to be based on platform programs capable of… · 3a1d50e7
      Michael Felt yazdı
      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