summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index ce010d5..dbb2035 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -771,3 +771,4 @@ Uwe Zessin
Amaury Forgeot d'Arc
Peter Åstrand
Tarek ZiadŽ
+Victor Stinner
diff --git a/Misc/NEWS b/Misc/NEWS
index 010c06f..3272f00 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Core and Builtins
Library
-------
+- Issue #3313: Fixed a crash when a failed dlopen() call does not set
+ a valid dlerror() message.
+
- Issue #3258: Fixed a crash when a ctypes POINTER type to an
incomplete structure was created.