commit | 5ae681081975ac074bd030d3f23e99e3644cfe10 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Apr 21 22:38:42 2010 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Apr 21 22:38:42 2010 +0000 |
tree | b67876132e2572d1512af292da1b5cedfc0e8c54 | |
parent | 4c4b078101fcb8502efac17d3f8d335700195337 [diff] [blame] |
Issue #8380: Port gdb/libpython to 3.x.
diff --git a/Lib/test/gdb_sample.py b/Lib/test/gdb_sample.py index a732b25..cab13fb 100644 --- a/Lib/test/gdb_sample.py +++ b/Lib/test/gdb_sample.py
@@ -7,6 +7,6 @@ baz(a, b, c) def baz(*args): - print(42) + id(42) foo(1, 2, 3)