diff options
author | Benjamin Peterson <benjamin@python.org> | 2012-03-07 20:50:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2012-03-07 20:50:25 (GMT) |
commit | e48944b69c5c720a9ae5631daa4dbf27e8369371 (patch) | |
tree | 9636e80fbb8cd60b66490a18be47b584c386c3ae /Misc | |
parent | 30b8e5461d4d913365ae4151616089107ec9cfac (diff) | |
download | cpython-e48944b69c5c720a9ae5631daa4dbf27e8369371.zip cpython-e48944b69c5c720a9ae5631daa4dbf27e8369371.tar.gz cpython-e48944b69c5c720a9ae5631daa4dbf27e8369371.tar.bz2 |
keep the buffer object around while we're using it (closes #14212)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -549,6 +549,9 @@ Tests Extension Modules ----------------- +- Issue #14212: The re module didn't retain a reference to buffers it was + scanning, resulting in segfaults. + - Issue #13840: The error message produced by ctypes.create_string_buffer when given a Unicode string has been fixed. |