Execute python script via C API line-by-line

Chui Tey teyc at cognoware.com
Fri Jun 28 23:58:44 EDT 2002


You could consider subclassing the python debugger. Have a look at
lib/bdb.py and lib/pdb.py. You get pretty fine grained control over the
interpreter this way.





More information about the Python-list mailing list