]> granicus.if.org Git - python/commit
Do a better job of not inlining Py_ADDRESS_IN_RANGE() for newer gcc's.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Nov 2005 18:55:39 +0000 (18:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 13 Nov 2005 18:55:39 +0000 (18:55 +0000)
commite5e5aa4ea693d18bfc8a5bb352a75e9154da6af9
tree5bb871bd3185b087bfa79f420897cf83d4431de9
parentb6fc9df8fc34271a881ab954b843872834f5f112
Do a better job of not inlining Py_ADDRESS_IN_RANGE() for newer gcc's.
Perhaps Py_NO_INLINE should be moved to pyport.h or some other header?
Objects/obmalloc.c