Re: [Python-Dev] ctypes and win64
>>>>> Fredrik Lundh <[EMAIL PROTECTED]> writes: > Martin v. Löwis wrote: >> It isn't. Python ran on 64-bit Alpha for nearly a decade now (I guess) > make that "over a decade". the first Python system I built was on > tru64, back in 1995 (portions of the the initial prototype was written > on a 286 box under 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 ___ 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
Re: [Python-Dev] Python Software Foundation seeks mentors and students for Google Summer of Code
>>>>> 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 architecture that's not supported by ctypes. The underlying issue 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 at debian.org) ___ 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
Re: [Python-Dev] Python Software Foundation seeks mentors and students for Google Summer of Code
>>>>> 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 architecture that's not supported by ctypes. The underlying issue 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. > I guess you should add this idea to one of the wiki pages (or did you already, > and I missed it?) I started editing the page, then I thought I'd first post here to get your feedback :-). Ganesan -- Ganesan Rajagopal (rganesan at debian.org) ___ 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
Re: [Python-Dev] Python Software Foundation seeks mentors and students for Google Summer of Code
>>>>> "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 people reading the wiki won't easily have access > to the relevant feedback if it's done on the list). Makes sense. Done. Ganesan -- Ganesan Rajagopal (rganesan at debian.org) ___ 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
Re: [Python-Dev] epoll implementation
>>>>> Steve Holden <[EMAIL PROTECTED]> writes: >> Rather than adding yet another platform-dependent module, >> I'd like to see a unified Python interface in the stdlib >> that uses whichever is the best one available. >> > Of course that would mean establishing which *was* the best available > which, as we've 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 ___ 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
Re: [Python-Dev] Include ctypes into core Python?
>>>>> Thomas Heller <[EMAIL PROTECTED]> writes: > It looks like we need a pronouncement now. +1 I am a lurker in this list. I maintain ctypes for Debian and I would love to see it in core python. Debian now includes ctypes for 10 Linux architectures and kFreeBSD. The only missing significant 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://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com