On Tue, 8 Aug 2006 14:31:59 -0700, Guido van Rossum wrote:
> Isn't a problem with ctypes that such extensions can no longer
> guarantee "no segfaults"?
How would you guarantee the "no segfaults" policy for every other bindings
involved? In either case, auditing an extension written using ctypes
On Sat, 8 Apr 2006 18:18:13 -0700, Neal Norwitz wrote:
> #3 is easy to do a simple, naive implementation. I don't know what
> your needs are. If you just want to say "exit this script if it ran
> more than N seconds" you can just modify the eval loop (*).
Unfortunately, it is not as easy as tha