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.15:37:53
SpamBayes Score 0.06477996
Marked as misclassified No
Message-id <4836E4BD.6070306@ctypes.org>
In-reply-to <1211556736.84.0.901383414355.issue1798@psf.upfronthosting.co.za>
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.

By freeing objects because their refcount has reached zero?
History
Date User Action Args
2008-05-23 15:37:59thellersetspambayes_score: 0.06478 -> 0.06477996
recipients: + theller, loewis, arigo, amaury.forgeotdarc, fijal
2008-05-23 15:37:55thellerlinkissue1798 messages
2008-05-23 15:37:54thellercreate