Re: [Python-Dev] ctypes and win64

2006-08-20 Thread Ganesan Rajagopal
MS-DOS, but the bulk was developed on tru64 and deployed on tru64...) Well, there's 64-bit support and then there's 64-bit support. While all Unix or Unix like OSs follow LP64 model, I believe Win64 follows a P64 model. So it's a whole new ball game. Ganesan -- Ganesan Rajagopal

Re: [Python-Dev] epoll implementation

2006-05-26 Thread Ganesan Rajagopal
seen this week, may not be easy. There is a C aync event notification library called libevent which wraps kqueue, epoll, /dev/poll etc and provides a unified interface (See http://www.monkey.org/~provos/libevent/). Ganesan -- Ganesan Rajagopal

Re: [Python-Dev] Python Software Foundation seeks mentors and students for Google Summer of Code

2006-04-20 Thread Ganesan Rajagopal
is lack of closure API support for ARM in libffi. I see a patch available at http://handhelds.org/~pb/arm-libffi.dpatch, that should be hopefully a good starting point. ctypes CVS has a libffi_arm_wince directory, which also seems to support closure API. Ganesan -- Ganesan Rajagopal (rganesan

Re: [Python-Dev] Python Software Foundation seeks mentors and students for Google Summer of Code

2006-04-20 Thread Ganesan Rajagopal
Thomas Heller [EMAIL PROTECTED] writes: Ganesan Rajagopal wrote: Neal Norwitz [EMAIL PROTECTED] writes: Please add your project ideas to the existing set at http://wiki.python.org/moin/SummerOfCode I'd like to see ctypes supported on GCC ARM platforms. ARM is the only major Debian

Re: [Python-Dev] Python Software Foundation seeks mentors and students for Google Summer of Code

2006-04-20 Thread Ganesan Rajagopal
Guido == Guido van Rossum [EMAIL PROTECTED] writes: On 4/20/06, Ganesan Rajagopal [EMAIL PROTECTED] wrote: I started editing the page, then I thought I'd first post here to get your feedback :-). That approach doesn't scale; please use the wiki for feedback, not the mailing list (because

Re: [Python-Dev] Include ctypes into core Python?

2006-01-16 Thread Ganesan Rajagopal
architecture is ARM because of lack of FFI support. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) | GPG Key: 1024D/5D8C12EA Web: http://employees.org/~rganesan| http://rganesan.blogspot.com ___ Python-Dev mailing list Python-Dev@python.org http