This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients lukasz.langa, petr.viktorin, vstinner
Date 2019-06-07.11:55:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559908529.57.0.783874329767.issue37191@roundup.psfhosted.org>
In-reply-to
Content
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".
History
Date User Action Args
2019-06-07 11:55:29vstinnersetrecipients: + vstinner, petr.viktorin, lukasz.langa
2019-06-07 11:55:29vstinnersetmessageid: <1559908529.57.0.783874329767.issue37191@roundup.psfhosted.org>
2019-06-07 11:55:29vstinnerlinkissue37191 messages
2019-06-07 11:55:29vstinnercreate