diff options
author | Thomas Heller <theller@ctypes.org> | 2006-07-14 17:51:14 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2006-07-14 17:51:14 (GMT) |
commit | ce049a0aeffff6a37ebb05269e69c81b342c248a (patch) | |
tree | f4d9f27ecf97295c04ef8371f02b0e9a0f51f855 /Misc | |
parent | 9f902470da71f5b4e8142a2defd5aa0ffe474717 (diff) | |
download | cpython-ce049a0aeffff6a37ebb05269e69c81b342c248a.zip cpython-ce049a0aeffff6a37ebb05269e69c81b342c248a.tar.gz cpython-ce049a0aeffff6a37ebb05269e69c81b342c248a.tar.bz2 |
Patch #1521817: The index range checking on ctypes arrays containing
exactly one element is enabled again.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -25,6 +25,10 @@ Library Extension Modules ----------------- +- Patch #1521817: Index range checking on ctypes arrays containing + exactly one element enabled again. This allows iterating over these + arrays, without the need to check the array size before. + - Bug #1521375: When the code in ctypes.util.find_library was run with root privileges, it could overwrite or delete /dev/null in certain cases; this is now fixed. |