CPython checks for stdarg.h as HAVE_STDARG_PROTOTYPES1 at some places 2 but not at other places 3. Either this check should be repeated at every call site or should be removed all together, most compilers supports this nowadays (should be verified with buildbots).
CPython checks for
stdarg.h
asHAVE_STDARG_PROTOTYPES
1 at some places 2 but not at other places 3. Either this check should be repeated at every call site or should be removed all together, most compilers supports this nowadays (should be verified with buildbots).cc @vstinner @tiran @erlend-aasland
Footnotes
cpython/configure.ac
Line 5026 in 16a7e4a
cpython/Modules/_asynciomodule.c
Line 2646 in 16a7e4a
cpython/Objects/call.c
Line 557 in 16a7e4a
The text was updated successfully, but these errors were encountered: