(original) (raw)
On 06/02/2017 12:09 PM, Tim Peters wrote:
I should note that Py\_ADDRESS\_IN\_RANGE is my code - this isn't a backhanded swipe at someone else.
One minor note. During the development of 3.6, CPython started permitting some C99-isms, including static inline functions. Py\_ADDRESS\_IN\_RANGE was therefore converted from a macro into a static inline function, and its new name is address\_in\_range.
Just so we're all on the same (4k!) page,
/arry