-
- Downloads
gh-92781: Avoid mixing declarations and code in C API (#92783)
Avoid mixing declarations and code in the C API to fix the compiler warning: "ISO C90 forbids mixed declarations and code" [-Werror=declaration-after-statement].
Showing
- Include/cpython/abstract.h 2 additions, 4 deletionsInclude/cpython/abstract.h
- Include/cpython/cellobject.h 4 additions, 2 deletionsInclude/cpython/cellobject.h
- Include/cpython/dictobject.h 2 additions, 1 deletionInclude/cpython/dictobject.h
- Include/cpython/unicodeobject.h 5 additions, 2 deletionsInclude/cpython/unicodeobject.h
- Include/cpython/weakrefobject.h 4 additions, 2 deletionsInclude/cpython/weakrefobject.h
- Misc/NEWS.d/next/C API/2022-05-13-18-17-48.gh-issue-92781.TVDr3-.rst 3 additions, 0 deletions.../next/C API/2022-05-13-18-17-48.gh-issue-92781.TVDr3-.rst
Loading
Please register or sign in to comment