Issue #8380: Port gdb/libpython to 3.x.

This commit is contained in:
Martin v. Löwis 2010-04-21 22:38:42 +00:00
parent 4c4b078101
commit 5ae6810819
3 changed files with 293 additions and 167 deletions

View file

@ -7,6 +7,6 @@ def bar(a, b, c):
baz(a, b, c)
def baz(*args):
print(42)
id(42)
foo(1, 2, 3)