diff options
author | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-05-08 04:08:59 (GMT) |
---|---|---|
committer | Jeremy Hylton <jeremy@alum.mit.edu> | 2001-05-08 04:08:59 (GMT) |
commit | 4c889011db22df761709ac8f9bc246bf4931e9c4 (patch) | |
tree | da5261c42a69c290aa8aed898a4d86bea5ee0760 /Lib/test/output | |
parent | d37292bb8dcdba176e0898a7a7d114ddd415379d (diff) | |
download | cpython-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_scope | 1 |
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 |