]> granicus.if.org Git - python/commit
Add pystack definition to Misc/gdbinit with some explanation of its behavior
authorSkip Montanaro <skip@pobox.com>
Mon, 1 Mar 2004 15:44:05 +0000 (15:44 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 1 Mar 2004 15:44:05 +0000 (15:44 +0000)
commit786ea6bc23c26a0ec98d5cbc80633615f9fa8cb1
treeccc959b2f23044354afc161f79c751f2693e36ec
parent87f10137bff2f5a169e4bd47d5392bc595350e4d
Add pystack definition to Misc/gdbinit with some explanation of its behavior
and add flag comments to ceval.c and main.c alerting people to the coupling
between pystack and the layout of those files.
Misc/gdbinit
Modules/main.c
Python/ceval.c