Message 99865 - Python tracker (original) (raw)
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 "", line 1, in OSError: [Errno 22] Invalid argument
This is also a regression apparently introduced in r63955.