[Patches] [ python-Patches-1517790 ] Patch for ctypes to enable custom objects in function calls

SourceForge.net noreply at sourceforge.net
Wed Jul 5 22:39:43 CEST 2006


Patches item #1517790, was opened at 2006-07-05 22:39
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1517790&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 7
Submitted By: Thomas Heller (theller)
Assigned to: Neal Norwitz (nnorwitz)
Summary: Patch for ctypes to enable custom objects in function calls

Initial Comment:
This patch allows to use custom objects as parameters
in foreign function calls.  The patch is very simple
(actually it is more like a simple bug fix).  Tests and
documentation included.

The patch is against the SF CVS ctypes repository,
because it is simple to read imo.

I'm requesting permission to apply this patch to Python
current SVN before the next beta release.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1517790&group_id=5470


More information about the Patches mailing list