Merge from 3.2 (Issue #15043: skip test_gdb if the custom hooks can't be loaded)
diff --git a/Misc/NEWS b/Misc/NEWS
index 18e381b..90661af 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -134,7 +134,10 @@
 Tests
 -----
 
-- Issue #14963 (partial): Add test cases for exception handling behaviour
+- Issue #15043: test_gdb is now skipped entirely if gdb security settings
+  block loading of the gdb hooks
+
+- Issue #14963: Add test cases for exception handling behaviour
   in contextlib.ExitStack (Initial patch by Alon Horev)