STINNER Victor <vstin...@redhat.com> added the comment:

> I would like to see Py_LOCAL_INLINE removed, too, fwiw.

Oh. Why? Do you want to directly use "static" and "static inline"? 

I guess that Py_LOCAL and Py_LOCAL_INLINE have been added to use __fastcall 
with MSVC.

... __fastcall is mostly interesting in x86 (32-bit), but x86-64 calling 
convention is "fast" by default no? __fastcall pass the first two arguments in 
registers, but x86-64 already pass the first four arguments in registers...

Do you mean that __fastcall is no longer revelant?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35059>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to