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

Skip to content

Commit fec925b

Browse files
committed
Issue #4237: io.FileIO() was raising invalid warnings caused by insufficient initialization of PyFileIOObject struct members.
1 parent f43ee81 commit fec925b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Misc/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ What's New in Python 3.0 beta 5
1515
Core and Builtins
1616
-----------------
1717

18+
- Issue #4237: io.FileIO() was raising invalid warnings caused by
19+
insufficient initialization of PyFileIOObject struct members.
20+
1821
- Issue #4170: Pickling a collections.defaultdict object would crash the
1922
interpreter.
2023

0 commit comments

Comments
 (0)