diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-08 18:00:09 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-08 18:00:09 (GMT) |
commit | 0ddbf4795f40d2d3386dc56ffa264b50a015f6c9 (patch) | |
tree | ad87573215721b20a0160dacbe8dc0f423e56c1c /Misc | |
parent | b2fdafe3d2ac643b635d3b89429818e6036e8925 (diff) | |
download | cpython-0ddbf4795f40d2d3386dc56ffa264b50a015f6c9.zip cpython-0ddbf4795f40d2d3386dc56ffa264b50a015f6c9.tar.gz cpython-0ddbf4795f40d2d3386dc56ffa264b50a015f6c9.tar.bz2 |
Issue #22462: Fix pyexpat's creation of a dummy frame to make it appear in exception tracebacks.
Initial patch by Mark Shannon.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Core and Builtins Library ------- +- Issue #22462: Fix pyexpat's creation of a dummy frame to make it + appear in exception tracebacks. + - Issue #21173: Fix len() on a WeakKeyDictionary when .clear() was called with an iterator alive. |