mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Issue #8380: Port gdb/libpython to 3.x.
This commit is contained in:
parent
4c4b078101
commit
5ae6810819
3 changed files with 293 additions and 167 deletions
|
@ -7,6 +7,6 @@ def bar(a, b, c):
|
|||
baz(a, b, c)
|
||||
|
||||
def baz(*args):
|
||||
print(42)
|
||||
id(42)
|
||||
|
||||
foo(1, 2, 3)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue