
7 Jul
2006
7 Jul
'06
3:35 p.m.
Assuming this is the "ctypes" google is telling me about ( http://starship.python.net/crew/theller/ctypes/ ), that page indicates that it does work on AMD64 ... :?
I also saw: http://mail.python.org/pipermail/python-dev/2006-March/062211.html "ctypes is now in SVN" And searching further I can find: http://svn.python.org/view/ctypes/trunk/ctypes/source/libffi/src/x86/unix64.S?rev=50076&view=markup In the python ctypes svn there is indeed amd64 See http://svn.python.org/view/ctypes/trunk/ctypes/source/ for the ctypes SVN stuff. I guess we should move to this, and have all our ffi issues solved for free? Thanks Neil