summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2001-05-08 04:08:59 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2001-05-08 04:08:59 (GMT)
commit4c889011db22df761709ac8f9bc246bf4931e9c4 (patch)
treeda5261c42a69c290aa8aed898a4d86bea5ee0760 /Lib/test/output
parentd37292bb8dcdba176e0898a7a7d114ddd415379d (diff)
downloadcpython-4c889011db22df761709ac8f9bc246bf4931e9c4.zip
cpython-4c889011db22df761709ac8f9bc246bf4931e9c4.tar.gz
cpython-4c889011db22df761709ac8f9bc246bf4931e9c4.tar.bz2
SF patch 419176 from MvL; fixed bug 418977
Two errors in dict_to_map() helper used by PyFrame_LocalsToFast().
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_scope1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_scope b/Lib/test/output/test_scope
index fcd4e7a..1a44bb2 100644
--- a/Lib/test/output/test_scope
+++ b/Lib/test/output/test_scope
@@ -18,3 +18,4 @@ test_scope
17. class and global
18. verify that locals() works
19. var is bound and free in class
+20. interaction with trace function