commit | 71fb513437ceb491ef4fbf0441b00c2d6926fe64 | [log] [tgz] |
---|---|---|
author | Thomas Heller <theller@ctypes.org> | Wed Nov 26 08:45:36 2008 +0000 |
committer | Thomas Heller <theller@ctypes.org> | Wed Nov 26 08:45:36 2008 +0000 |
tree | 868e2146e2a959fdf47460adb5bc7339ff9a379f | |
parent | d951e7b3898386baf2cdd685b03fbe2b69fa25a8 [diff] [blame] |
Prevent UnicodeDecodeErrors in ctypes with non-ascii error messages. Fixes issue #4429. Reviewed by Amaury Forgeot d'Arc.
diff --git a/Misc/NEWS b/Misc/NEWS index 535cca4..091ef43 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Library ------- +- Issue #4429: Fixed UnicodeDecodeError in ctypes. + - Issue #4373: Corrected a potential reference leak in the pickle module and silenced a false positive ref leak in distutils.tests.test_build_ext.