[pypy-issue] [issue833] missing functions in the os module

Jana Sasout tracker at bugs.pypy.org
Tue May 13 08:26:30 CEST 2014


Jana Sasout <jana at saout.de> added the comment:

I just wanted to write a small patch to sneek in setgroups, but then noticed 
that it's already there.

Unfortunately it still says "AttributeError: 'module' object has no attribute 
'setgroups'".

So, I suspect there is an issue with the conditional "@registering_if(os, 
'setgroups')", because accessing setgroups with ctypes / cffi just works fine.  
If someone recognizes this as an obvious oversight, can someone sneak the fix 
into 2.3.1? ;)

----------
nosy: +chteffie
status: resolved -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue833>
________________________________________


More information about the pypy-issue mailing list