diff options
author | Thomas Heller <theller@ctypes.org> | 2009-01-08 09:34:20 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2009-01-08 09:34:20 (GMT) |
commit | 5e4e4278c9ddec1d143962a53de653442a61f443 (patch) | |
tree | 0a46d3bd00b4abd3683973dfd4f667da5cbc8575 /Misc | |
parent | 2f947369b37c8f16f882a9c426245193a1801bbd (diff) | |
download | cpython-5e4e4278c9ddec1d143962a53de653442a61f443.zip cpython-5e4e4278c9ddec1d143962a53de653442a61f443.tar.gz cpython-5e4e4278c9ddec1d143962a53de653442a61f443.tar.bz2 |
Fixed a crash in ctypes, when HAVE_USABLE_WCHAR_T is false.
Fixes issue #4867.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,9 @@ Core and Builtins Library ------- +- Issue #4867: Fixed a crash in ctypes when passing a string to a + function without defining argtypes. + - Issue #4272: Add an optional argument to the GzipFile constructor to override the timestamp in the gzip stream. The default value remains the current time. The information can be used by e.g. gunzip when decompressing. Patch by |