Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5db573

Browse files
Issue #19883: Fixed possible integer overflows in zipimport.
1 parent b49a1ed commit d5db573

2 files changed

Lines changed: 216 additions & 153 deletions

File tree

Misc/NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ Core and Builtins
6666
Library
6767
-------
6868

69+
- Issue #19883: Fixed possible integer overflows in zipimport.
70+
6971
- Issue #26227: On Windows, getnameinfo(), gethostbyaddr() and
7072
gethostbyname_ex() functions of the socket module now decode the hostname
7173
from the ANSI code page rather than UTF-8.

0 commit comments

Comments
 (0)