Message100473
PyRun_InteractiveLoop() doesn't specify the possible return value. It's maybe because it's always zero and that the error are not handled :-)
http://docs.python.org/c-api/veryhigh.html#PyRun_InteractiveLoop
PyRun_InteractiveOneFlags() documentation is also wrong: the result can only be: 0 (succes), -1 (exception raised) or E_EOF (=11, end of file). |
|
Date |
User |
Action |
Args |
2010-03-05 12:55:34 | vstinner | set | recipients:
+ vstinner |
2010-03-05 12:55:34 | vstinner | set | messageid: <1267793734.04.0.685554937344.issue8070@psf.upfronthosting.co.za> |
2010-03-05 12:55:32 | vstinner | link | issue8070 messages |
2010-03-05 12:55:32 | vstinner | create | |
|