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 amaury.forgeotdarc, arigo, fijal, theller
Date 2008-05-23.11:15:46
SpamBayes Score 0.03216602
Marked as misclassified No
Message-id <4836A75B.60403@ctypes.org>
In-reply-to <1211486224.45.0.854183029981.issue1798@psf.upfronthosting.co.za>
Content
That's a great idea.

> Just before doing a C library function call,
> ctypes would copy this variable into the real C-level errno; and

Is the ctypes.set_errno(...) function really needed?  Wouldn't it be sufficient
if errno is simply set to zero before each function call?
History
Date User Action Args
2008-05-23 11:15:53thellersetspambayes_score: 0.032166 -> 0.03216602
recipients: + theller, arigo, amaury.forgeotdarc, fijal
2008-05-23 11:15:50thellerlinkissue1798 messages
2008-05-23 11:15:49thellercreate