Alexander Belopolsky <alexander.belopol...@gmail.com> added the comment:

I am reclassifying this as a crash because os.getgroups() crashes the 
interpreter when python is running as root on an unmodified system:

$ sudo ./python.exe  -c "import os; os.getgroups()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
OSError: [Errno 22] Invalid argument

This is also a regression apparently introduced in r63955.

----------
type: behavior -> crash
versions: +Python 2.6, Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7900>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to