diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-23 20:32:27 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-23 20:32:27 (GMT) |
commit | 6784eb79c91b63f468f91dad61c39932dfaad58a (patch) | |
tree | 8cb13c57b9dc735a5fc44b8fe814fc0d349e4cfa /Misc | |
parent | bc74e5be1a7c1647e87218c8548fa50163cbf781 (diff) | |
download | cpython-6784eb79c91b63f468f91dad61c39932dfaad58a.zip cpython-6784eb79c91b63f468f91dad61c39932dfaad58a.tar.gz cpython-6784eb79c91b63f468f91dad61c39932dfaad58a.tar.bz2 |
#3643 add more checks to _testcapi to prevent segfaults
Author: Victor Stinner
Reviewer: Benjamin Peterson
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,6 +17,12 @@ Core and Builtins Library ------- +Extension Modules +----------------- + +- Issue #3643: Added a few more checks to _testcapi to prevent segfaults by + exploitation of poor argument checking. + What's new in Python 3.0b3? =========================== |