Martin v. Löwis <mar...@v.loewis.de> added the comment: > """ > ERRORS > No errors are defined. > """ > > So isn't it debatable if returning the NULL pointer really is an error?
As Jeroen reports, this really means two different things a) "no errors" really means "no errno codes". Whether or not an error may occur is an independent issue. b) "are defined" really means that POSIX doesn't define any standard errno codes; the system may indeed still set errno (C99, 7.5p3) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue1443504> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com