Issue #29219: Fixed infinite recursion in the repr of uninitialized

ctypes.CDLL instances.
This commit is contained in:
Serhiy Storchaka 2017-01-13 09:44:00 +02:00
commit 6196ac4186
2 changed files with 7 additions and 0 deletions

View file

@ -212,6 +212,9 @@ Core and Builtins
Library
-------
- Issue #29219: Fixed infinite recursion in the repr of uninitialized
ctypes.CDLL instances.
- Issue #29192: Removed deprecated features in the http.cookies module.
- Issue #29193: A format string argument for string.Formatter.format()