diff options
author | Batuhan Taşkaya <batuhanosmantaskaya@gmail.com> | 2020-04-05 00:40:49 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-05 00:40:49 (GMT) |
commit | 909f4a30093f74d409711e564f93a43167ca0919 (patch) | |
tree | e338770a028b6c08ffe66517ca6b45790f0a179b /Misc | |
parent | 6fed3c85402c5ca704eb3f3189ca3f5c67a08d19 (diff) | |
download | cpython-909f4a30093f74d409711e564f93a43167ca0919.zip cpython-909f4a30093f74d409711e564f93a43167ca0919.tar.gz cpython-909f4a30093f74d409711e564f93a43167ca0919.tar.bz2 |
bpo-40190: Add support for _SC_AIX_REALMEM in sysconf (GH-19380)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-04-05-02-58-17.bpo-40190.HF3OWo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-04-05-02-58-17.bpo-40190.HF3OWo.rst b/Misc/NEWS.d/next/Library/2020-04-05-02-58-17.bpo-40190.HF3OWo.rst new file mode 100644 index 0000000..5835933 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-04-05-02-58-17.bpo-40190.HF3OWo.rst @@ -0,0 +1 @@ +Add support for ``_SC_AIX_REALMEM`` to :func:`posix.sysconf`. |