1. eebaa9b bpo-38249: Expand Py_UNREACHABLE() to __builtin_unreachable() in the release mode. (GH-16329) by Serhiy Storchaka · 4 years, 4 months ago
  2. b154258 bpo-38205: Py_UNREACHABLE() calls Py_FatalError() (GH-16290) by Victor Stinner · 4 years, 10 months ago
  3. 3ab6147 Enhance Py_UNREACHABLE macro (GH-16032) by Zachary Ware · 4 years, 10 months ago
  4. b3a9843 Support Py_UNUSED() on clang (GH-13544) by Victor Stinner · 5 years ago
  5. 926b0cb bpo-36641: Add "const" to PyDoc_VAR macro (GH-12854) by Inada Naoki · 5 years ago
  6. b2e5794 bpo-31338 (#3374) by Barry Warsaw · 7 years ago
  7. 83371f4 bpo-29936: fix typo __GNU*C*_MINOR__ (#878) by Niklas Fiekas · 7 years ago
  8. 98ee9d5 Add Py_MEMBER_SIZE macro by Victor Stinner · 8 years ago
  9. ca47063 replace Py_(u)intptr_t with the c99 standard types by Benjamin Peterson · 8 years ago
  10. fad85aa Issue #25558: Use compile-time asserts. by Serhiy Storchaka · 9 years ago
  11. 45e8e2f Issue #21490: Add new C macros: Py_ABS() and Py_STRINGIFY() by Victor Stinner · 10 years ago
  12. 3cceb38 Issue #19976: Argument Clinic METH_NOARGS functions now always by Larry Hastings · 11 years ago
  13. e0a2d12 Fix test for GCC 3.1+ but not strict ANSI C by Christian Heimes · 11 years ago
  14. 61dbb00 Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1. by Christian Heimes · 12 years ago
  15. fd0ddab GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89) by Christian Heimes · 12 years ago
  16. ca8aa4a Issue #15144: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t. by Antoine Pitrou · 12 years ago
  17. f0ddadc Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR by Victor Stinner · 13 years ago
  18. 573696a pymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add http://ccodearchive.net/ by Victor Stinner · 13 years ago
  19. dfb866d Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array by Victor Stinner · 13 years ago