diff options
author | R David Murray <rdmurray@bitdance.com> | 2014-10-12 17:56:37 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2014-10-12 17:56:37 (GMT) |
commit | 97551744640e9fa855ace8b4d667c4e777cc2913 (patch) | |
tree | b611eb878757153cd64db4db791da2068e92878f /Misc | |
parent | 0f032a0456da250feb0c1fbff79fd057568184f8 (diff) | |
parent | 817905b2393b03e035d2bbfc8d92b7bbeaddb118 (diff) | |
download | cpython-97551744640e9fa855ace8b4d667c4e777cc2913.zip cpython-97551744640e9fa855ace8b4d667c4e777cc2913.tar.gz cpython-97551744640e9fa855ace8b4d667c4e777cc2913.tar.bz2 |
Merge: #13096: Fix segfault in CTypes POINTER handling of large values.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -174,6 +174,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. |