summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-06-17 09:03:39 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-06-17 09:03:39 (GMT)
commita09331287180ee6be085bffd94e0e7a870ae5361 (patch)
treee20f0ee894d22c2cddbfc2718b2d4d6c43600d50 /Misc/NEWS
parent970fcef84bb633e96353de6bf517e4837c90436e (diff)
downloadcpython-a09331287180ee6be085bffd94e0e7a870ae5361.zip
cpython-a09331287180ee6be085bffd94e0e7a870ae5361.tar.gz
cpython-a09331287180ee6be085bffd94e0e7a870ae5361.tar.bz2
Issue #15043: skip test_gdb if the custom hooks can't be loaded (backport from 3.x)
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 c50f6cb..17c636b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -227,6 +227,9 @@ Library
Tests
-----
+- Issue #15043: test_gdb is now skipped entirely if gdb security settings
+ block loading of the gdb hooks
+
- Issue #14589: Update certificate chain for sha256.tbs-internet.com, fixing
a test failure in test_ssl.