diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-10-07 18:40:59 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-10-07 18:40:59 (GMT) |
commit | 1cfa0ba8833c18a330fe9653276de29911198dec (patch) | |
tree | 534449bba373b0d1f796be7394da57e7b766f3ee /Misc | |
parent | 648f860c227187d01f00934e2e9453b32241bdaf (diff) | |
parent | 59c900d3bf85965efe7edc1a3bb7e9b49512f6ab (diff) | |
download | cpython-1cfa0ba8833c18a330fe9653276de29911198dec.zip cpython-1cfa0ba8833c18a330fe9653276de29911198dec.tar.gz cpython-1cfa0ba8833c18a330fe9653276de29911198dec.tar.bz2 |
Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at least one place so as to avoid regressions.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Projected release date: 2013-10-20 Core and Builtins ----------------- +- Fix macro expansion of _PyErr_OCCURRED(), and make sure to use it in at + least one place so as to avoid regressions. + - Issue #19087: Improve bytearray allocation in order to allow cheap popping of data at the front (slice deletion). |