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: support RUSAGE_THREAD as a constant in the resource module
Type: enhancement Stage: resolved
Components: Versions: Python 2.7
process
Status: closed Resolution: not a bug
Dependencies: Superseder:
Assigned To: Nosy List: Maxim Sobolev, r.david.murray
Priority: normal Keywords:

Created on 2016-07-12 23:32 by Maxim Sobolev, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-Modules_resource.c Maxim Sobolev, 2016-07-12 23:32
Messages (2)
msg270275 - (view) Author: Maxim Sobolev (Maxim Sobolev) Date: 2016-07-12 23:32
This is duplicate of the #10440, which has been added in 2010 into 3.x but never merged.
msg270277 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2016-07-12 23:56
Enhancements only go into the next feature release, which is what happened.
History
Date User Action Args
2022-04-11 14:58:33adminsetgithub: 71690
2016-07-12 23:56:59r.david.murraysetstatus: open -> closed

nosy: + r.david.murray
messages: + msg270277

resolution: not a bug
stage: resolved
2016-07-12 23:32:11Maxim Sobolevcreate