[issue40190] Add support for _SC_AIX_REALMEM in posix.sysconf

2020-04-04 Thread STINNER Victor


Change by STINNER Victor :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40190] Add support for _SC_AIX_REALMEM in posix.sysconf

2020-04-04 Thread STINNER Victor

STINNER Victor  added the comment:


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


--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40190] Add support for _SC_AIX_REALMEM in posix.sysconf

2020-04-04 Thread Batuhan Taskaya


Change by Batuhan Taskaya :


--
keywords: +patch
pull_requests: +18742
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/19380

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue40190] Add support for _SC_AIX_REALMEM in posix.sysconf

2020-04-04 Thread Batuhan Taskaya


New submission from Batuhan Taskaya :

We already have support for linux alternatives of this (PHYS_PAGES * PAGESIZE), 
it would good to add AIX_REALMEM to sysconf for AIX.

--
components: Library (Lib)
messages: 365804
nosy: BTaskaya
priority: normal
severity: normal
status: open
title: Add support for _SC_AIX_REALMEM in posix.sysconf
versions: Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com