[issue5725] process SysV-Semaphore support

R. David Murray report at bugs.python.org
Fri Apr 10 01:31:30 CEST 2009


R. David Murray <rdmurray at bitdance.com> added the comment:

In issue5672 Martin said:

  If somebody would provide a patch that adds prctl to the posix module,
  that would be fine with me - we have a long tradition of exposing all
  available system calls if somebody wants them.

However, you are talking about a System V call, not a posix call, so
it's not clear to me if the same rules apply.

I suggest bringing this up on python-ideas.

(BTW, sys is for python system stuff, not OS system stuff (which goes in
the 'os' module).

----------
components: +Library (Lib) -Interpreter Core
nosy: +r.david.murray
priority:  -> low
versions:  -Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5725>
_______________________________________


More information about the Python-bugs-list mailing list