diff options
author | Thomas Heller <theller@ctypes.org> | 2008-04-14 16:10:07 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2008-04-14 16:10:07 (GMT) |
commit | 046e6a43ff64885d9f5cdaac13a2b9f6e0ee8c84 (patch) | |
tree | 5acb0a36e8bcadbf5bca7c981c911178af2acbe6 /Misc | |
parent | da950eb01c1191e6ccdd02ca009fca7ead2b3066 (diff) | |
download | cpython-046e6a43ff64885d9f5cdaac13a2b9f6e0ee8c84.zip cpython-046e6a43ff64885d9f5cdaac13a2b9f6e0ee8c84.tar.gz cpython-046e6a43ff64885d9f5cdaac13a2b9f6e0ee8c84.tar.bz2 |
Issue #2616: Implement ctypes.pointer() and ctypes.POINTER() in C for
better performance.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Extensions Modules Library ------- +- Issue #2616: The ctypes.pointer() and ctypes.POINTER() functions are + now implemented in C for better performance. + - Issue #2408: The ``_types`` module, which was used as in implementation detail of the public ``types`` module, has been removed and replaced by pure python code. |