On Fri, 24 Sep 2010 13:38:44 +0200 "Amaury Forgeot d'Arc" <amaur...@gmail.com> wrote: > 2010/9/24 Antoine Pitrou <solip...@pitrou.net>: > > > > The getlogin test fails on many Unix buildbots, either with errno 2 > > (ENOENT) or 22 (EINVAL) or "OSError: unable to determine login name": > > Do these buildbots run in a Windows service, i.e. with no user logged in?
I don't think any of our Unix buildbots runs in our Windows service :) The diversity of errors we get is a bit disturbing: in the Linux man pages, ENOENT is mentioned as a glibc extension (“There was no corresponding entry in the utmp-file”) but EINVAL is not mentioned at all; also, returning NULL without setting errno is not a possibility in the POSIX spec. Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com