mirror of
https://github.com/python/cpython.git
synced 2025-11-24 04:17:38 +00:00
bpo-36285: Fix integer overflow in the array module. (GH-12317)
This commit is contained in:
parent
c1e2c288f4
commit
aa3ecb8041
3 changed files with 146 additions and 4 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix integer overflows in the array module. Patch by Stephan Hohe.
|
||||
Loading…
Add table
Add a link
Reference in a new issue