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 theller
Recipients theller
Date 2008-01-11.20:38:34
SpamBayes Score 0.037108533
Marked as misclassified No
Message-id <1200083915.38.0.0775844687865.issue1797@psf.upfronthosting.co.za>
In-reply-to
Content
The patch will be extended ASAP so that 'None' is accepted by foreign
functions where a function pointer (callback function) is expected.

For consistency it should be possible to call the ctypes function
prototype with None to create a NULL callback function pointer.
History
Date User Action Args
2008-01-11 20:38:35thellersetspambayes_score: 0.0371085 -> 0.037108533
recipients: + theller
2008-01-11 20:38:35thellersetspambayes_score: 0.0371085 -> 0.0371085
messageid: <1200083915.38.0.0775844687865.issue1797@psf.upfronthosting.co.za>
2008-01-11 20:38:34thellerlinkissue1797 messages
2008-01-11 20:38:34thellercreate