1. 06 Mar, 2018 2 commits
    • Victor Stinner's avatar
      bpo-33005: Fix _PyGILState_Reinit() (#6001) · 5d926471
      Victor Stinner authored
      Fix a crash on fork when using a custom memory allocator (ex: using
      PYTHONMALLOC env var).
      
      _PyGILState_Reinit() and _PyInterpreterState_Enable() now use the
      default RAW memory allocator to allocate a new interpreters mutex on
      fork.
      5d926471
    • Siddhesh Poyarekar's avatar
      Fix strncpy warning with gcc 8 (#5840) · efd2bac1
      Siddhesh Poyarekar authored
      The length in strncpy is one char too short and as a result it leads
      to a build warning with gcc 8.  Comment out the strncpy since the
      interpreter aborts immediately after anyway.
      efd2bac1
  2. 05 Mar, 2018 4 commits
  3. 04 Mar, 2018 4 commits
  4. 03 Mar, 2018 1 commit
  5. 02 Mar, 2018 1 commit
  6. 01 Mar, 2018 3 commits
  7. 28 Feb, 2018 4 commits
  8. 27 Feb, 2018 12 commits
  9. 26 Feb, 2018 8 commits
  10. 25 Feb, 2018 1 commit