bpo-37999: Simplify the conversion code for %c, %d, %x, etc. by serhiy-storchaka · Pull Request #20437 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
Member
Since PyLong_AsLong() no longer use __int__, explicit call of PyNumber_Index() before it is no longer needed.
Since PyLong_AsLong() no longer use __int__, explicit call of PyNumber_Index() before it is no longer needed.
serhiy-storchaka
added
the
skip news
label
serhiy-storchaka
requested a review
from mdickinson
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
mdickinson
approved these changes
mdickinson
left a comment
mdickinson
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
bedevere-bot
added
awaiting merge
and removed
awaiting core review
labels
serhiy-storchaka
added
skip issue
skip news
and removed
skip issue
skip news
labels
serhiy-storchaka
merged commit
e67f7db
into
python:master
bedevere-bot
removed
the
awaiting merge
label
serhiy-storchaka
deleted the
formatlong
branch
bedevere-bot
mentioned this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment