[Python-Dev] Fwd: Removal of GIL through refcounting removal.

Thomas Heller theller at ctypes.org
Fri Oct 31 15:54:05 CET 2008


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



More information about the Python-Dev mailing list