diff options
author | Raymond Hettinger <python@rcn.com> | 2004-10-24 00:10:06 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-10-24 00:10:06 (GMT) |
commit | 9047c8f73d0e8c865452f80a4219d647be7c433a (patch) | |
tree | ee43ced8c934a7477d2025291774d667495a8bad /Misc | |
parent | 7cb13a971d6dc0feb50393a4c9a930928253a940 (diff) | |
download | cpython-9047c8f73d0e8c865452f80a4219d647be7c433a.zip cpython-9047c8f73d0e8c865452f80a4219d647be7c433a.tar.gz cpython-9047c8f73d0e8c865452f80a4219d647be7c433a.tar.bz2 |
SF bug #1048870: call arg of lambda not updating
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -37,7 +37,10 @@ Core and builtins Extension Modules ----------------- -... +- Bug #1048870: the compiler now generates distinct code objects for + functions with identical bodies. This was producing confusing + traceback messages which pointed to the function where the code + object was first defined rather than the function being executed. Library ------- |