diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-10-12 17:54:48 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-10-12 17:54:48 (GMT) |
commit | 817905b2393b03e035d2bbfc8d92b7bbeaddb118 (patch) | |
tree | 7d6a5e458918e5407c975d05a387201b14e142ea /Misc | |
parent | 4cfb5bee89965c7b85772ee2d0c3bf689acd23b2 (diff) | |
download | cpython-817905b2393b03e035d2bbfc8d92b7bbeaddb118.zip cpython-817905b2393b03e035d2bbfc8d92b7bbeaddb118.tar.gz cpython-817905b2393b03e035d2bbfc8d92b7bbeaddb118.tar.bz2 |
#13096: Fix segfault in CTypes POINTER handling of large values.
Patch by Meador Inge.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ Core and Builtins Library ------- +- Issue #13096: Fixed segfault in CTypes POINTER handling of large + values. + - Issue #11694: Raise ConversionError in xdrlib as documented. Patch by Filip GruszczyĆski and Claudiu Popa. |