]> granicus.if.org Git - python/commit
Py_FlushLine and PyFile_WriteString now return error indicators
authorGuido van Rossum <guido@python.org>
Thu, 22 May 1997 22:26:18 +0000 (22:26 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 May 1997 22:26:18 +0000 (22:26 +0000)
commitbe27026c09f24e40ee26db86e8275783c91398a1
tree364f2225190d228b02f86597112066fd23270d94
parent27a60b147cd4f60eaac99e54d4abf6a74de74311
Py_FlushLine and PyFile_WriteString now return error indicators
instead of calling PyErr_Clear().  Add checking of those errors.
Python/ceval.c