diff options
author | Jeffrey Yasskin <jyasskin@gmail.com> | 2008-12-10 07:35:02 (GMT) |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@gmail.com> | 2008-12-10 07:35:02 (GMT) |
commit | ffd42cf4442418ad8f22080377717d9d2b27f695 (patch) | |
tree | 7ddc03a5c3bd165ae1f58152cbe5c4c1db7fa342 | |
parent | 1868d7c2214723c0cb1b105c3c9b7afcba6b1342 (diff) | |
download | cpython-ffd42cf4442418ad8f22080377717d9d2b27f695.zip cpython-ffd42cf4442418ad8f22080377717d9d2b27f695.tar.gz cpython-ffd42cf4442418ad8f22080377717d9d2b27f695.tar.bz2 |
Update Misc/NEWS for r67666.
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1 Core and Builtins ----------------- +- Issue #4597: Fixed several opcodes that weren't always propagating + exceptions. + - Issue #4445: Replace "sizeof(PyStringObject)" with "offsetof(PyStringObject, ob_sval) + 1" when allocating memory for str instances. On a typical machine this saves 3 bytes of memory |