diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2013-06-27 10:23:29 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2013-06-27 10:23:29 (GMT) |
commit | cd83fa8c3e8509418215c55b89e52160dc38e50d (patch) | |
tree | b88feead5894d1cc57eba2d3ff4b6ce5d773386f /Misc | |
parent | fe3ae3cdc78e92872930f288d5c52cafb20b052a (diff) | |
download | cpython-cd83fa8c3e8509418215c55b89e52160dc38e50d.zip cpython-cd83fa8c3e8509418215c55b89e52160dc38e50d.tar.gz cpython-cd83fa8c3e8509418215c55b89e52160dc38e50d.tar.bz2 |
Issue #13483: Use VirtualAlloc in obmalloc on Windows.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- +- Issue #13483: Use VirtualAlloc in obmalloc on Windows. + - Issue #18184: PyUnicode_FromFormat() and PyUnicode_FromFormatV() now raise OverflowError when an argument of %c format is out of range. |