Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
opt
/
python-3.8.0-202012151422
/
usr
/
lib
/
python3.8
/
test
/
//opt/python-3.8.0-202012151422/usr/lib/python3.8/test/gdb_sample.py
# Sample script for use by test_gdb.py def foo(a, b, c): bar(a, b, c) def bar(a, b, c): baz(a, b, c) def baz(*args): id(42) foo(1, 2, 3)