gh-76763: Make chr() always raising ValueError for out-of-range values by serhiy-storchaka · Pull Request #114882 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
Member
Previously it raised OverflowError for very large or very small values.
… values Previously it raised OverflowError for very large or very small values.
serhiy-storchaka
requested a review
from ericsnowcurrently
as a code owner
bedevere-app
Bot
added
the
awaiting core review
label
bedevere-app
Bot
mentioned this pull request
eendebakpt
reviewed
Misc/NEWS.d/next/Core and Builtins/2024-02-01-23-43-49.gh-issue-76763.o_2J6i.rst Outdated
ericsnowcurrently
removed their request for review
…e-76763.o_2J6i.rst Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
serhiy-storchaka
requested a review
from vstinner
serhiy-storchaka
commented
Feb 2, 2024
serhiy-storchaka commented
Member Author
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-app
Bot
added
awaiting merge
and removed
awaiting core review
labels
serhiy-storchaka
merged commit
e2c4038
into
python:main
bedevere-app
Bot
removed
the
awaiting merge
label
serhiy-storchaka
deleted the
chr-overflow
branch
fsc-eriker pushed a commit to fsc-eriker/cpython that referenced this pull request
… values (pythonGH-114882) Previously it raised OverflowError for very large or very small values.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment