diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-09-30 10:20:05 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-09-30 10:20:05 (GMT) |
commit | d6b176905d073ae6c109fa32bb16ec55a6e68c17 (patch) | |
tree | 77ea72a6b01bceb9b64df8df9de6ca230a560e9f /Misc | |
parent | 43030ee78041455566e7f78d6d5135eaa3455294 (diff) | |
download | cpython-d6b176905d073ae6c109fa32bb16ec55a6e68c17.zip cpython-d6b176905d073ae6c109fa32bb16ec55a6e68c17.tar.gz cpython-d6b176905d073ae6c109fa32bb16ec55a6e68c17.tar.bz2 |
Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor
os.posix_fallocate() because their prototypes in system headers are wrong.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -19,6 +19,9 @@ Core and Builtins Library ------- +- Issue #22396: On 32-bit AIX platform, don't expose os.posix_fadvise() nor + os.posix_fallocate() because their prototypes in system headers are wrong. + - Issue #22517: When a io.BufferedRWPair object is deallocated, clear its weakrefs. |