diff options
author | Richard Jones <richard@commonground.com.au> | 2006-05-23 18:28:17 (GMT) |
---|---|---|
committer | Richard Jones <richard@commonground.com.au> | 2006-05-23 18:28:17 (GMT) |
commit | cebbefc98dd7b30ae8c5f7640951e247ece49991 (patch) | |
tree | 5e84bc9757e33993b0fc3e75596d292e0945d585 /Misc | |
parent | 69c347655d403b361e7c91b9db9c5cac88715bac (diff) | |
download | cpython-cebbefc98dd7b30ae8c5f7640951e247ece49991.zip cpython-cebbefc98dd7b30ae8c5f7640951e247ece49991.tar.gz cpython-cebbefc98dd7b30ae8c5f7640951e247ece49991.tar.bz2 |
Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,11 @@ What's New in Python 2.5 alpha 3? Core and builtins ----------------- +- Patch #1337051: reduced size of frame objects. + +- PyErr_NewException now accepts a tuple of base classes as its + "base" parameter. + - PyErr_NewException now accepts a tuple of base classes as its "base" parameter. |