]> granicus.if.org Git - python/commit
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)
authorVictor Stinner <vstinner@redhat.com>
Mon, 29 Oct 2018 13:49:24 +0000 (14:49 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Oct 2018 13:49:24 +0000 (14:49 +0100)
commit542497aa9f71c664768c3d5b7398c03679d3a7e1
treed95ea5c4245dc98163391d1f64d25d3158e3119b
parent2aaf0c12041bcaadd7f2cc5a54450eefd7a6ff12
bpo-35059: Remove Py_STATIC_INLINE() macro (GH-10216)

"static inline" should be used directly. Forcing the compiler to
inline is not recommended.
Include/objimpl.h
Include/pydtrace.h
Include/pyport.h