Re: [Python-3000] Cross-interpreter FFI for Python 3000?

2006-08-08 Thread Alexander Schremmer
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

Re: [Python-3000] Will we have a true restricted exec environment for python-3000?

2006-04-09 Thread Alexander Schremmer
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