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 loewis
Recipients amaury.forgeotdarc, arigo, fijal, loewis, theller
Date 2008-05-23.15:32:15
SpamBayes Score 0.1508889
Marked as misclassified No
Message-id <1211556736.84.0.901383414355.issue1798@psf.upfronthosting.co.za>
In-reply-to
Content
How can Python run arbitrary code between the return from a ctypes
method and the next Python instruction? None of the code should have any
effect on errno.
History
Date User Action Args
2008-05-23 15:32:17loewissetspambayes_score: 0.150889 -> 0.1508889
recipients: + loewis, arigo, theller, amaury.forgeotdarc, fijal
2008-05-23 15:32:16loewissetspambayes_score: 0.150889 -> 0.150889
messageid: <1211556736.84.0.901383414355.issue1798@psf.upfronthosting.co.za>
2008-05-23 15:32:16loewislinkissue1798 messages
2008-05-23 15:32:15loewiscreate