Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
b385529ddfcd5e46890438dc32c6dba341e039b0
/
Include
/
pymacro.h
e0a2d12
Fix test for GCC 3.1+ but not strict ANSI C
by Christian Heimes
· 12 years ago
61dbb00
Issue #16881: Fix Py_ARRAY_LENGTH macro for GCC < 3.1.
by Christian Heimes
· 12 years ago
fd0ddab
GCC doesn't support typeof in strict ansi mode (e.g. -ansi or -std=c89)
by Christian Heimes
· 12 years ago
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
f0ddadc
Rename Py_BUILD_ASSERT to Py_BUILD_ASSERT_EXPR
by Victor Stinner
· 13 years ago
573696a
pymacro.h: Inline _Py_ARRAY_LENGTH_CHECK() and add http://ccodearchive.net/
by Victor Stinner
· 13 years ago
dfb866d
Enhance Py_ARRAY_LENGTH(): fail at build time if the argument is not an array
by Victor Stinner
· 13 years ago