]> granicus.if.org Git - python/commit
PyFile_WriteString now returns an error indicator instead of calling
authorGuido van Rossum <guido@python.org>
Thu, 22 May 1997 22:35:47 +0000 (22:35 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 22 May 1997 22:35:47 +0000 (22:35 +0000)
commit7e8d26d78c8e015d9e1cc22b9df8144e62b6fa2a
tree0cb25a8d6cb6d8fe0838e9fdac3c83e2d2ae9932
parent78a1ed3d701590201a6865abd0f227ff7d591eb4
PyFile_WriteString now returns an error indicator instead of calling
PyErr_Clear().  Add checking of those errors.
Python/marshal.c
Python/traceback.c