X Tutup
Skip to content

[3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612)#112651

Merged
vstinner merged 1 commit intopython:3.12from
vstinner:redundant_declr_frozen12
Dec 3, 2023
Merged

[3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612)#112651
vstinner merged 1 commit intopython:3.12from
vstinner:redundant_declr_frozen12

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Dec 3, 2023

Avoid duplicated declarations of "extern" functions in Python/frozen.c.

Compiler warnings seen by building Python with gcc -Wredundant-decls.

(cherry picked from commit d9e444d)

…n#112612)

Avoid duplicated declarations of "extern" functions in
Python/frozen.c.

Compiler warnings seen by building Python with gcc -Wredundant-decls.

(cherry picked from commit d9e444d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup