Kaydet (Commit) 5ae68108 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

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

üst 4c4b0781
...@@ -7,6 +7,6 @@ def bar(a, b, c): ...@@ -7,6 +7,6 @@ def bar(a, b, c):
baz(a, b, c) baz(a, b, c)
def baz(*args): def baz(*args):
print(42) id(42)
foo(1, 2, 3) foo(1, 2, 3)
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment