Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-40190: Add support for _SC_AIX_REALMEM in sysconf #19380

Merged
merged 1 commit into from
Apr 5, 2020

Conversation

isidentical
Copy link
Member

@isidentical isidentical commented Apr 4, 2020

@isidentical
Copy link
Member Author

isidentical commented Apr 5, 2020

Fails are probably related with bpo-40188

@isidentical
Copy link
Member Author

isidentical commented Apr 5, 2020

-bash-4.4$ ./python
Python 3.9.0a5+ (heads/[bpo-40190](https://bugs.python.org/issue40190):102d152, Apr  4 2020, 19:07:44) [C] on aix
Type "help", "copyright", "credits" or "license" for more information.
>>> import posix
>>> posix.sysconf("SC_AIX_REALMEM")
167772160

@vstinner vstinner merged commit 909f4a3 into python:master Apr 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants