]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Got rid of the file-global PosixError. This was redundant since it
authorBarry Warsaw <barry@python.org>
Tue, 9 Feb 1999 19:31:45 +0000 (19:31 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 9 Feb 1999 19:31:45 +0000 (19:31 +0000)
commitca74da4e2c0ccbf7c8c54a7ed1a13385f0e205cb
tree346e7c49cef54f35be0de1ec39e7fddf75c85000
parent95474f96969381de9d555e9e361da779821e5421
Got rid of the file-global PosixError.  This was redundant since it
was just an alias for PyExc_OSError and the way we were doing it was
causing a (small) memory leak anyway.  Just use PyExc_OSError
everywhere.
Modules/posixmodule.c