This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ctypes.pointer(), ctypes.POINTER() speedup
Type: performance Stage:
Components: ctypes Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: theller Nosy List: theller
Priority: normal Keywords: patch

Created on 2008-04-11 14:52 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
ctypes-pointer.diff theller, 2008-04-11 14:52
Messages (2)
msg65356 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2008-04-11 14:52
This patch implements the POINTER() and the pointer() function in C;
giving a speedup of roughly a factor of 2.
msg65464 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2008-04-14 16:11
Committed a slightly modified patch as rev 62338; will also be merged
into py3k.
History
Date User Action Args
2022-04-11 14:56:33adminsetgithub: 46868
2008-04-14 16:11:34thellersetstatus: open -> closed
keywords: patch, patch
resolution: accepted
messages: + msg65464
2008-04-11 14:52:14thellercreate