This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Expose Linux-specific APIs in resource module
Type: enhancement Stage: resolved
Components: Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: christian.heimes Nosy List: christian.heimes, giampaolo.rodola, neologix, python-dev
Priority: normal Keywords:

Created on 2013-10-21 08:58 by christian.heimes, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg200727 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2013-10-21 08:58
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
msg200899 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-10-22 09:09
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
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63523
2013-10-22 09:10:20christian.heimessetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2013-10-22 09:09:38python-devsetnosy: + python-dev
messages: + msg200899
2013-10-21 09:03:05vstinnersetnosy: + neologix
2013-10-21 08:58:55christian.heimescreate