This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients vstinner
Date 2010-03-05.12:55:32
SpamBayes Score 0.0002243202
Marked as misclassified No
Message-id <1267793734.04.0.685554937344.issue8070@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2010-03-05 12:55:34vstinnersetrecipients: + vstinner
2010-03-05 12:55:34vstinnersetmessageid: <1267793734.04.0.685554937344.issue8070@psf.upfronthosting.co.za>
2010-03-05 12:55:32vstinnerlinkissue8070 messages
2010-03-05 12:55:32vstinnercreate