Commit 47ef2b82 authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #19883: Fixed possible integer overflows in zipimport.

parent aab2003f
......@@ -66,6 +66,8 @@ Core and Builtins
Library
-------
- Issue #19883: Fixed possible integer overflows in zipimport.
- Issue #26227: On Windows, getnameinfo(), gethostbyaddr() and
gethostbyname_ex() functions of the socket module now decode the hostname
from the ANSI code page rather than UTF-8.
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment