commit | cebbefc98dd7b30ae8c5f7640951e247ece49991 | [log] [tgz] |
---|---|---|
author | Richard Jones <richard@commonground.com.au> | Tue May 23 18:28:17 2006 +0000 |
committer | Richard Jones <richard@commonground.com.au> | Tue May 23 18:28:17 2006 +0000 |
tree | 5e84bc9757e33993b0fc3e75596d292e0945d585 | |
parent | 69c347655d403b361e7c91b9db9c5cac88715bac [diff] [blame] |
Applied patch 1337051 by Neal Norwitz, saving 4 ints on frame objects.
diff --git a/Misc/NEWS b/Misc/NEWS index cfb1d15..0cccec9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,11 @@ 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.