/macosx/

' name='id' value='b6d4ee536174f2d467c195904c140025109242e7'/> https://github.com/python/cpython.git
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-11-17 16:19:35 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-11-17 16:19:35 (GMT)
commitb6d4ee536174f2d467c195904c140025109242e7 (patch)
tree1d75538a1c10061fd61353e0da779e5573fc141e
parentdc817b229c972b2a881d08834a0612232dac7415 (diff)
downloadcpython-b6d4ee536174f2d467c195904c140025109242e7.zip
cpython-b6d4ee536174f2d467c195904c140025109242e7.tar.gz
cpython-b6d4ee536174f2d467c195904c140025109242e7.tar.bz2
Issue #10440: Support RUSAGE_THREAD as a constant in the resource module.
Patch by Robert Collins.
Diffstat
-rw-r--r--Doc/library/resource.rst15
-rw-r--r--Lib/test/test_resource.py4
-rw-r--r--Misc/NEWS3
-rw-r--r--Modules/resource.c4
4 files changed, 22 insertions, 4 deletions
diff --git a/Doc/library/resource.rst b/Doc/library/resource.rst