Skip to content

Conversation

@methane
Copy link
Member

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() 

@methanemethane added 3.12 only security fixes 3.13 bugs and security fixes needs backport to 3.12 only security fixes labels May 29, 2023
@methanemethane merged commit e92ac0a into python:mainMay 29, 2023
@methanemethane 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-botbedevere-bot removed the needs backport to 3.12 only 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 freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3.12only security fixes3.13bugs and security fixesskip issueskip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@methane@miss-islington@bedevere-bot@corona10