Kaydet (Commit) fec925b3 authored tarafından Christian Heimes's avatar Christian Heimes

Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient…

Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members.
üst f43ee81e
...@@ -15,6 +15,9 @@ What's New in Python 3.0 beta 5 ...@@ -15,6 +15,9 @@ What's New in Python 3.0 beta 5
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #4237: io.FileIO() was raising invalid warnings caused by
insufficient initialization of PyFileIOObject struct members.
- Issue #4170: Pickling a collections.defaultdict object would crash the - Issue #4170: Pickling a collections.defaultdict object would crash the
interpreter. interpreter.
......
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