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.

Author martin.panter
Recipients docs@python, jrunyon, mahmoud, martin.panter, r.david.murray
Date 2015-11-17.22:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447798807.28.0.225967997757.issue24172@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation already says to consult the getrusage(2) man page.

Regarding the getpagesize() API, Python’s implementation actually falls back to Posix’s sysconf(). Perhaps it should prefer sysconf() over getpagesize(), but that would be a separate issue.

Anyway I will commit the important half of the Issue 20468’s patch, so I think we can close this.
History
Date User Action Args
2015-11-17 22:20:07martin.pantersetrecipients: + martin.panter, r.david.murray, docs@python, mahmoud, jrunyon
2015-11-17 22:20:07martin.pantersetmessageid: <1447798807.28.0.225967997757.issue24172@psf.upfronthosting.co.za>
2015-11-17 22:20:07martin.panterlinkissue24172 messages
2015-11-17 22:20:06martin.pantercreate