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: Add support for _SC_AIX_REALMEM in posix.sysconf
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.9
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: BTaskaya, vstinner
Priority: normal Keywords: patch

Created on 2020-04-04 23:57 by BTaskaya, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 19380 merged BTaskaya, 2020-04-04 23:59
Messages (2)
msg365804 - (view) Author: Batuhan Taskaya (BTaskaya) * (Python committer) Date: 2020-04-04 23:57
We already have support for linux alternatives of this (PHYS_PAGES * PAGESIZE), it would good to add AIX_REALMEM to sysconf for AIX.
msg365806 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2020-04-05 00:40
New changeset 909f4a30093f74d409711e564f93a43167ca0919 by Batuhan Taşkaya in branch 'master':
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
https://github.com/python/cpython/commit/909f4a30093f74d409711e564f93a43167ca0919
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84371
2020-04-05 00:41:06vstinnersetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2020-04-05 00:40:56vstinnersetnosy: + vstinner
messages: + msg365806
2020-04-04 23:59:27BTaskayasetkeywords: + patch
stage: patch review
pull_requests: + pull_request18742
2020-04-04 23:57:19BTaskayacreate