RE: Issue with ctypes and callback functions

2016-08-14 Thread Bill Somerville
-Original Message- From: Bill Somerville Sent: 04 August 2016 18:23 To: 'eryk sun' ; python-list@python.org Subject: RE: Issue with ctypes and callback functions -Original Message- From: eryk sun [mailto:eryk...@gmail.com] from_param is a hook method for a type that&

RE: Issue with ctypes and callback functions

2016-08-04 Thread Bill Somerville
-Original Message- From: eryk sun [mailto:eryk...@gmail.com] from_param is a hook method for a type that's set in a function pointer's argtypes. It gets called to convert an argument when the function pointer is called from Python. The return value can be a ctypes instance, an object wi

RE: Issue with ctypes and callback functions

2016-08-03 Thread Bill Somerville
-Original Message- From: eryk sun [mailto:eryk...@gmail.com] Sent: 03 August 2016 13:16 To: python-list@python.org Cc: Bill Somerville Subject: Re: Issue with ctypes and callback functions On Wed, Aug 3, 2016 at 9:38 AM, Bill Somerville wrote: > > Is this a good place to ask que

Issue with ctypes and callback functions

2016-08-03 Thread Bill Somerville
Hi All, Is this a good place to ask questions about the above? Regards Bill. -- https://mail.python.org/mailman/listinfo/python-list