Skip to content
Permalink
main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Sep 4, 2020

Commits on Aug 29, 2020

  1. bpo-19521: Fix parallel build race condition on AIX (GH-21997)

        Patch by Michael Haubenwallner.
    skrah committed Aug 29, 2020

Commits on Aug 15, 2020

  1. bpo-41540: AIX: skip test that is flaky with a default ulimit. (#21890)

    - AIX has extreme over-allocation that is in no relation to the physical
        RAM and swap.
    skrah committed Aug 15, 2020
  2. bpo-40878: xlc cannot handle C99 extern inline. (GH-21887)

    This applies to the default "extc99" mode.  Python does not compile with "stdc99".
    skrah committed Aug 15, 2020

Commits on Aug 12, 2020

Commits on Jun 30, 2020

Commits on Jun 29, 2020

Commits on Mar 12, 2020

  1. bpo-39689: Do not test undefined casts to _Bool (GH-18964)

    - When casting to _Bool, arrays should only contain zeros or ones.
    skrah committed Mar 12, 2020

Commits on Mar 2, 2020

  1. bpo-39776: Lock ++interp->tstate_next_unique_id. (GH-18746) (#18746)

      - Threads created by PyGILState_Ensure() could have a duplicate tstate->id.
    skrah committed Mar 2, 2020

Commits on Aug 21, 2019

Older