File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ What's New in Python 3.2 Release Candidate 1
88Core and Builtins
99-----------------
1010
11+ - Issue #8020: Avoid a crash where the small objects allocator would read
12+ non-Python managed memory while it is being modified by another thread.
13+ Patch by Matt Bandy.
14+
1115- Issue #10841: On Windows, set the binary mode on stdin, stdout, stderr and
1216 all io.FileIO objects (to not translate newlines, \r\n <=> \n). The Python
1317 parser translates newlines (\r\n => \n).
@@ -36,10 +40,6 @@ Core and Builtins
3640Library
3741-------
3842
39- - Issue #8020: Avoid a crash where the small objects allocator would read
40- non-Python managed memory while it is being modified by another thread.
41- Patch by Matt Bandy.
42-
4343- Issue #10827: Changed the rules for 2-digit years. The time.asctime
4444 function will now format any year when ``time.accept2dyear`` is
4545 false and will accept years >= 1000 otherwise. The year range
You can’t perform that action at this time.
0 commit comments