mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff bytes on a 32-bit platform.
This commit is contained in:
parent
64f10d4f5e
commit
cc23154d02
4 changed files with 34 additions and 11 deletions
|
@ -11,6 +11,9 @@ Release date: TBA
|
|||
Core and Builtins
|
||||
-----------------
|
||||
|
||||
- Issue #22335: Fix crash when trying to enlarge a bytearray to 0x7fffffff
|
||||
bytes on a 32-bit platform.
|
||||
|
||||
- Issue #22653: Fix an assertion failure in debug mode when doing a reentrant
|
||||
dict insertion in debug mode.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue