Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compiler warning in unicodeobject.c #105050

Merged
merged 1 commit into from
May 29, 2023
Merged

Conversation

methane
Copy link
Member

@methane methane commented May 29, 2023

Apple clang version 14.0.3 (clang-1403.0.22.14.1)

Objects/unicodeobject.c:239:24: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes]
_PyUnicode_InternedSize()

@methane methane added 3.12 bugs and security fixes 3.13 bugs and security fixes needs backport to 3.12 bug and security fixes labels May 29, 2023
@methane methane merged commit e92ac0a into python:main May 29, 2023
@methane methane deleted the fix-warning branch May 29, 2023 08:31
@miss-islington
Copy link
Contributor

Thanks @methane for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-105053 is a backport of this pull request to the 3.12 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label May 29, 2023
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 29, 2023
(cherry picked from commit e92ac0a)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
methane added a commit that referenced this pull request May 29, 2023
Fix compiler warning in unicodeobject.c (GH-105050)
(cherry picked from commit e92ac0a)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes 3.13 bugs and security fixes skip issue skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants