Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove check for stdarg.h (HAVE_STDARG_PROTOTYPES) in configure.ac #93207

Closed
Assignees
kumaraditya303
Labels
3.12only security fixesbuildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error
@kumaraditya303

Description

@kumaraditya303

CPython checks forstdarg.h asHAVE_STDARG_PROTOTYPES1 at some places2 but not at other places3. 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

  1. https://github.com/python/cpython/blob/16a7e4a0b75080275bf12cfb71d54b01d85099b2/configure.ac#L5026

  2. https://github.com/python/cpython/blob/16a7e4a0b75080275bf12cfb71d54b01d85099b2/Modules/_asynciomodule.c#L2646

  3. https://github.com/python/cpython/blob/16a7e4a0b75080275bf12cfb71d54b01d85099b2/Objects/call.c#L557

Metadata

Metadata

Labels

3.12only security fixesbuildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp