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

Christian Heimes lists at cheimes.de
Fri Oct 31 14:13:01 CET 2008


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.

Christian



More information about the Python-Dev mailing list