diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 09:03:39 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 09:03:39 (GMT) |
commit | a09331287180ee6be085bffd94e0e7a870ae5361 (patch) | |
tree | e20f0ee894d22c2cddbfc2718b2d4d6c43600d50 /Misc/NEWS | |
parent | 970fcef84bb633e96353de6bf517e4837c90436e (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |