summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-19 03:05:42 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-07-19 03:05:42 (GMT)
commit6fb90905e2c5e42e19484046757fd098df2c6fcf (patch)
treef33b17ac72f2e4d1f337ef636859cfe20c1377ed /Misc
parente3d747496edf492c10e329512e1bab573843daf1 (diff)
downloadcpython-6fb90905e2c5e42e19484046757fd098df2c6fcf.zip
cpython-6fb90905e2c5e42e19484046757fd098df2c6fcf.tar.gz
cpython-6fb90905e2c5e42e19484046757fd098df2c6fcf.tar.bz2
Issue #1621: Avoid signed int negation overflow in audioop
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 621f7e5..911a29e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Core and Builtins
Library
-------
+- Issue #1621: Avoid signed int negation overflow in the "audioop" module.
+
- Issue #27533: Release GIL in nt._isdir
- Issue #17711: Fixed unpickling by the persistent ID with protocol 0.