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 pitrou
Recipients amaury.forgeotdarc, belopolsky, meador.inge, pitrou
Date 2011-11-12.23:48:34
SpamBayes Score 0.0003730724
Marked as misclassified No
Message-id <1321141715.12.0.787943617681.issue13380@psf.upfronthosting.co.za>
In-reply-to
Content
Two things:
- you duplicated the part with "CFUNCTYPE(c_int)(lambda: None)" without removing the original chunk of code
- some platforms can't compile ctypes, you must handle that case in regrtest

Otherwise, good idea.
History
Date User Action Args
2011-11-12 23:48:35pitrousetrecipients: + pitrou, amaury.forgeotdarc, belopolsky, meador.inge
2011-11-12 23:48:35pitrousetmessageid: <1321141715.12.0.787943617681.issue13380@psf.upfronthosting.co.za>
2011-11-12 23:48:34pitroulinkissue13380 messages
2011-11-12 23:48:34pitroucreate