Christian Heimes schrieb: > Nick Coghlan wrote: >> If I recall correctly, the main blocker to ctypes portability is libffi >> portability. So if anyone would like to see ctypes on more platforms, >> then that's the limitation they really need to attack. > > ctypes is also missing utilities to write code that works on 32 and > 64bit platforms. Without a tool like > http://pypi.python.org/pypi/ctypes_configure it's very hard and tedious > to avoid and fix segfaults.
There's a difference between 'ctypes does not compile or work on my platform' and 'how to write portable code with ctypes'. Of course I would very much welcome patches for the first issue, plus tools or other helpers for the second. -- Thanks, Thomas _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com