]> 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:35:04 +0000 (22:35 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 May 1997 22:35:04 +0000 (22:35 +0000)
commit78a1ed3d701590201a6865abd0f227ff7d591eb4
tree93b87e422513da8c1602b111358786e943b9d87b
parentbe27026c09f24e40ee26db86e8275783c91398a1
Py_FlushLine and PyFile_WriteString now return error indicators
instead of calling PyErr_Clear().  Add checking of those errors.
Python/pythonrun.c