diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 08:57:20 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-06-17 08:57:20 (GMT) |
commit | be4e4b5691492008dae31c82dc6ac2aba230b4e5 (patch) | |
tree | f5efb65a18cc221de9bc1dd6e38fda7cf1234a25 /Misc/NEWS | |
parent | 50f147a9be10ee379c4c7bacb81df5e4edf24044 (diff) | |
download | cpython-be4e4b5691492008dae31c82dc6ac2aba230b4e5.zip cpython-be4e4b5691492008dae31c82dc6ac2aba230b4e5.tar.gz cpython-be4e4b5691492008dae31c82dc6ac2aba230b4e5.tar.bz2 |
Issue #15043: skip test_gdb if the custom hooks can't be loaded
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -301,6 +301,9 @@ Extension Modules Tests ----- +- Issue #15043: test_gdb is now skipped entirely if gdb security settings + block loading of the gdb hooks + - Issue #14026: In test_cmd_line_script, check that sys.argv is populated correctly for the various invocation approaches (Patch by Jason Yeo) |