Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5ae6810

Browse files
committed
Issue #8380: Port gdb/libpython to 3.x.
1 parent 4c4b078 commit 5ae6810

3 files changed

Lines changed: 292 additions & 166 deletions

File tree

Lib/test/gdb_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ def bar(a, b, c):
77
baz(a, b, c)
88

99
def baz(*args):
10-
print(42)
10+
id(42)
1111

1212
foo(1, 2, 3)

0 commit comments

Comments
 (0)