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

PR 13887 is fine but I would prefer to still be able to use C99 style for 
variable declarations. More generally, I don't think that variable declaration 
is the only issue: static inline function is a new shiny thing which can cause 
other issues with some C compilers. So I propose a different approach, 
bpo-37194: "Move new vector private declarations to the internal C API".

----------
nosy: +vstinner

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

Reply via email to