1. 01 Apr, 2016 1 commit
    • Victor Stinner's avatar
      asyncio: sync overlapped.c with GitHub · ccdbe80a
      Victor Stinner authored
      On Python 3.3, use aliases:
      
      * PyMem_RawMalloc = PyMem_Malloc
      * PyMem_RawFree = PyMem_Free
      
      These aliases are not need in Python 3.5, but this change makes synchronization
      of code base simpler.
      ccdbe80a
  2. 31 Mar, 2016 4 commits
  3. 30 Mar, 2016 4 commits
  4. 29 Mar, 2016 4 commits
  5. 20 Nov, 2011 1 commit
  6. 28 Mar, 2016 1 commit
  7. 27 Mar, 2016 5 commits
  8. 14 Mar, 2016 1 commit
  9. 25 Mar, 2016 4 commits
  10. 22 Jan, 2016 1 commit
    • Victor Stinner's avatar
      Use Py_uintptr_t for atomic pointers · 244e1208
      Victor Stinner authored
      Issue #26161: Use Py_uintptr_t instead of void* for atomic pointers in
      pyatomic.h. Use atomic_uintptr_t when <stdatomic.h> is used.
      
      Using void* causes compilation warnings depending on which implementation of
      atomic types is used.
      244e1208
  11. 24 Mar, 2016 3 commits
  12. 23 Mar, 2016 3 commits
  13. 22 Mar, 2016 6 commits
  14. 21 Mar, 2016 2 commits