bpo-40147: Fix a compiler warning on Windows in Python/compile.c by ZackerySpytz · Pull Request #19389 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
merged 1 commit into
Merged
Conversation
Contributor
Python\compile.c(4054,1): warning C4244: 'initializing': conversion from 'Py_ssize_t' to 'int', possible loss of data
Change the type of nkeywords to Py_ssize_t.
Change the type of nkeywords to Py_ssize_t.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
pablogsal
added
the
skip news
label
pablogsal
approved these changes
pablogsal
left a comment
pablogsal
left a comment
Member
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the catch!
bedevere-bot
added
awaiting merge
and removed
awaiting review
labels
pablogsal
merged commit
08050e9
into
python:master
bedevere-bot
removed
the
awaiting merge
label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment