summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-04-20 18:19:31 (GMT)
committerGitHub <noreply@github.com>2017-04-20 18:19:31 (GMT)
commit40db90c1ce1a59d5f5f2894bb0ce32110000bf27 (patch)
tree0436658cf04e8ebd902a9bc1851b21ee7b98bf45 /Misc/NEWS
parent8f5cdfa9fc1bb6b4d9a33fc281987252f6398430 (diff)
downloadcpython-40db90c1ce1a59d5f5f2894bb0ce32110000bf27.zip
cpython-40db90c1ce1a59d5f5f2894bb0ce32110000bf27.tar.gz
cpython-40db90c1ce1a59d5f5f2894bb0ce32110000bf27.tar.bz2
bpo-29802: Fix reference counting in module-level struct functions (#1213)
when pass arguments of wrong type.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e09eff..fe1b0f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -317,6 +317,9 @@ Extension Modules
Library
-------
+- bpo-29802: Fixed reference counting in module-level struct functions when
+ pass arguments of wrong type.
+
- bpo-30070: Fixed leaks and crashes in errors handling in the parser module.
- bpo-22352: Column widths in the output of dis.dis() are now adjusted for