[issue19324] Expose Linux-specific APIs in resource module

2013-10-22 Thread Christian Heimes
Changes by Christian Heimes : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19324] Expose Linux-specific APIs in resource module

2013-10-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset aec95b369e60 by Christian Heimes in branch 'default': Issue #19324: Expose Linux-specific constants in resource module http://hg.python.org/cpython/rev/aec95b369e60 -- nosy: +python-dev ___ Python tracker

[issue19324] Expose Linux-specific APIs in resource module

2013-10-21 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +neologix ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue19324] Expose Linux-specific APIs in resource module

2013-10-21 Thread Christian Heimes
New submission from Christian Heimes: See #16595 and http://mail.python.org/pipermail/python-ideas/2012-June/015323.html I'm going to add the extra constants before beta. RLIMIT_MSGQUEUE RLIMIT_NICE RLIMIT_RTPRIO RLIMIT_RTTIME RLIMIT_SIGPENDING -- assignee: christian.heimes messages: 2