1. 530f506 bpo-36974: tp_print -> tp_vectorcall_offset and tp_reserved -> tp_as_async (GH-13464) by Jeroen Demeyer · 5 years ago
  2. 4c49da0 bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) by Zackery Spytz · 6 years ago
  3. f0f4514 Issue #2443: Added a new macro, Py_VA_COPY, which is equivalent to C99 by Alexander Belopolsky · 14 years ago
  4. 8504d08 Use size_t instead of int for a PyMem_MALLOC argument; silences a gcc 'comparison always false' warning. by Mark Dickinson · 15 years ago
  5. 3e79190 fix useless comparison #6355 by Benjamin Peterson · 15 years ago
  6. b173f78 add a replacement API for PyCObject, PyCapsule #5630 by Benjamin Peterson · 15 years ago