diff options
author | Georg Brandl <georg@python.org> | 2011-09-03 07:08:49 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-09-03 07:08:49 (GMT) |
commit | 89b7af1e532f4a12632e77173e71717f2e9996e8 (patch) | |
tree | 41a7798bf73e8e528c95e3b6856bfa1662875a7a /Misc | |
parent | 4cfb42dd2dc804600e9c1b33425f4a6095c46752 (diff) | |
download | cpython-89b7af1e532f4a12632e77173e71717f2e9996e8.zip cpython-89b7af1e532f4a12632e77173e71717f2e9996e8.tar.gz cpython-89b7af1e532f4a12632e77173e71717f2e9996e8.tar.bz2 |
Fix-up NEWS merge.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -13,13 +13,18 @@ Core and Builtins - Issue #12326: sys.platform is now always 'linux2' on Linux, even if Python is compiled on Linux 3. - Library ------- - Issue #12839: Fix crash in zlib module due to version mismatch. Fix by Richard M. Tew. +Extension Modules +----------------- + +- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to + some functions like file.write(). + What's New in Python 3.2.2 release candidate 1? @@ -152,9 +157,6 @@ Library Extension Modules ----------------- -- Issue #9651: Fix a crash when ctypes.create_string_buffer(0) was passed to - some functions like file.write(). - - Issue #10309: Define _GNU_SOURCE so that mremap() gets the proper signature. Without this, architectures where sizeof void* != sizeof int are broken. Patch given by Hallvard B Furuseth. |