mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
fix integer overflow in unicode case operations (closes #22643)
This commit is contained in:
parent
77a75b3db1
commit
e1bd38c03c
3 changed files with 13 additions and 0 deletions
|
|
@ -10,6 +10,9 @@ What's New in Python 3.3.6?
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #22643: Fix integer overflow in Unicode case operations (upper, lower,
|
||||
title, swapcase, casefold).
|
||||
|
||||
- Issue #22518: Fixed integer overflow issues in "backslashreplace",
|
||||
"xmlcharrefreplace", and "surrogatepass" error handlers.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue