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.

Author mark.dickinson
Recipients amaury.forgeotdarc, belopolsky, mark.dickinson, meador.inge, stephane.poirier
Date 2013-01-11.14:53:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357916033.72.0.409623735226.issue16934@psf.upfronthosting.co.za>
In-reply-to
Content
What happens if you replace the line:

    CMPFUNC = CFUNCTYPE(c_double, POINTER(c_double), POINTER(c_double))

in your example code with

    CMPFUNC = CFUNCTYPE(c_int, POINTER(c_double), POINTER(c_double))

?
History
Date User Action Args
2013-01-11 14:53:53mark.dickinsonsetrecipients: + mark.dickinson, amaury.forgeotdarc, belopolsky, meador.inge, stephane.poirier
2013-01-11 14:53:53mark.dickinsonsetmessageid: <1357916033.72.0.409623735226.issue16934@psf.upfronthosting.co.za>
2013-01-11 14:53:53mark.dickinsonlinkissue16934 messages
2013-01-11 14:53:53mark.dickinsoncreate