]> granicus.if.org Git - python/commit
posix_getlogin(): Be more cautious about interpreting a NULL from
authorFred Drake <fdrake@acm.org>
Wed, 6 Dec 2000 21:45:33 +0000 (21:45 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 6 Dec 2000 21:45:33 +0000 (21:45 +0000)
commite63544f872c4d1af8e76b42b32db79eef12c8902
tree112d77c8571d50cf4cb138a1e37715d846116587
parenta30680b24035c972621c92394cb2b21cabbea6a5
posix_getlogin():  Be more cautious about interpreting a NULL from
                   getlogin() -- it is not clear that a NULL is always
                   an error.
Modules/posixmodule.c