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, loewis, theller
Date 2008-05-23.14:14:10
SpamBayes Score 0.026436627
Marked as misclassified No
Message-id <4836D131.7090601@ctypes.org>
In-reply-to <1211551268.31.0.580132082.issue1798@psf.upfronthosting.co.za>
Content
This does not work because Python can run arbitrary code,
even in the same thread, between the call to a function in
a shared library and the call to get_errno().
History
Date User Action Args
2008-05-23 14:14:14thellersetspambayes_score: 0.0264366 -> 0.026436627
recipients: + theller, loewis, arigo, amaury.forgeotdarc, fijal
2008-05-23 14:14:12thellerlinkissue1798 messages
2008-05-23 14:14:11thellercreate