commit | 33d21a24fa3da625e20eb4d543eb1f9f6392f96c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Mar 07 14:59:13 2012 -0600 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Mar 07 14:59:13 2012 -0600 |
tree | 163cb398c8d0c335a740f3e6f8f07db636a8bcfd | |
parent | 2fa0cbc9ae6bb8d29b3c8c1e871192602666157a [diff] [blame] | |
parent | 1ae230aa1a0c7b51839c6d07eaaddfeef71be63b [diff] [blame] |
merge 3.2 (#14212)
diff --git a/Misc/NEWS b/Misc/NEWS index f3e591c..7d64411 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -27,6 +27,12 @@ data or close method) for the Python implementation as well. Drop the no-op TreeBuilder().xml() method from the C implementation. +Extension Modules +----------------- + +- Issue #14212: The re module didn't retain a reference to buffers it was + scanning, resulting in segfaults. + What's New in Python 3.3.0 Alpha 1? ===================================