| Store | Cart

Re: [Python-Dev] ctypes is not an acceptable implementation strategy for modules in the standard library?

From: Xavier Morel <catc...@masklinn.net>
Mon, 5 Nov 2012 15:14:17 +0100
On 2012-11-05, at 10:32 , Ronald Oussoren wrote:
>> My arguments for ctypes:>> 1. doesn't require compilation>> 2. easier to maintain (no C/toolchain knowledge/ownership needed)>> 3. pure Python is impossible to exploit (unlike pure C)> > That's not not quite true, python code that uses ctypes can still cause buffer overflows and the like

Such as segfaulting the interpreter. I seem to reliably segfault
everything every time I try to use ctypes.
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
anatoly techtonik Nov 05, 2012 07:31 am
Ronald Oussoren Nov 05, 2012 09:32 am
Xavier Morel Nov 05, 2012 02:14 pm
Sturla Molden Nov 05, 2012 02:47 pm
Victor Stinner Nov 05, 2012 11:36 am
Trent Nelson Nov 06, 2012 02:35 pm
R. David Murray Nov 05, 2012 11:49 am
Maciej Fijalkowski Nov 05, 2012 01:38 pm
Messages in this thread