diff options
author | Mark Dickinson <dickinsm@gmail.com> | 2010-05-11 13:34:35 (GMT) |
---|---|---|
committer | Mark Dickinson <dickinsm@gmail.com> | 2010-05-11 13:34:35 (GMT) |
commit | 81fece2d632fffa047824c6d52c2eb4b410e8c89 (patch) | |
tree | b0623e64041554343255a02593875f352b342340 /Misc | |
parent | 393b97a7b61583f3e0401f385da8b741ef1684d6 (diff) | |
download | cpython-81fece2d632fffa047824c6d52c2eb4b410e8c89.zip cpython-81fece2d632fffa047824c6d52c2eb4b410e8c89.tar.gz cpython-81fece2d632fffa047824c6d52c2eb4b410e8c89.tar.bz2 |
Issue #8657: Make the audioop module PY_SSIZE_T_CLEAN.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -351,6 +351,9 @@ C-API Library ------- +- The audioop module now supports sound fragments of length greater + than 2**31 bytes on 64-bit machines, and is PY_SSIZE_T_CLEAN. + - Issue #4972: Add support for the context manager protocol to the ftplib.FTP class. |