summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2015-04-27 14:48:50 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2015-04-27 14:48:50 (GMT)
commit9df36c9456cee5581cae484755147e50f5268f73 (patch)
treef93cb9fe0960cba2c7dfcb7c65598896a1f65b27 /Misc
parent2034caa0c41b69fd5d8a30c2567b30260c380a5c (diff)
downloadcpython-9df36c9456cee5581cae484755147e50f5268f73.zip
cpython-9df36c9456cee5581cae484755147e50f5268f73.tar.gz
cpython-9df36c9456cee5581cae484755147e50f5268f73.tar.bz2
Issue #21354: PyCFunction_New function is exposed by python DLL again.
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 e84e142..9e9fd90 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
- Issue #24044: Fix possible null pointer dereference in list.sort in out of
memory conditions.
+- Issue #21354: PyCFunction_New function is exposed by python DLL again.
+
Library
-------