diff options
author | Larry Hastings <larry@hastings.org> | 2010-02-24 22:49:58 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2010-02-24 22:49:58 (GMT) |
commit | 1373a0781e28a6aaa595ca3ae145ccd586004ac7 (patch) | |
tree | bc89bcbdc3611b3f837c8bdf82c8907eb1a76fcb /Misc/NEWS | |
parent | 6d726c3a2f105b19b44cba0fdd10646a69cafaaa (diff) | |
download | cpython-1373a0781e28a6aaa595ca3ae145ccd586004ac7.zip cpython-1373a0781e28a6aaa595ca3ae145ccd586004ac7.tar.gz cpython-1373a0781e28a6aaa595ca3ae145ccd586004ac7.tar.bz2 |
Issue #5939: Add additional runtime checking to ensure a valid capsule
in Modules/_ctypes/callproc.c. Reviewed by Benjamin P. My first commit!
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 3.2 Alpha 1? Core and Builtins ----------------- +- Issue #5939: Add additional runtime checking to ensure a valid capsule + in Modules/_ctypes/callproc.c. + - Issue #7309: Fix unchecked attribute access when converting UnicodeEncodeError, UnicodeDecodeError, and UnicodeTranslateError to strings. |