Re: [Python-Dev] [patch 0/8] [RFC] cross compiling python 3.0

2009-01-09 Thread Tarek Ziadé
On Fri, Jan 9, 2009 at 9:24 AM, Robert Schwebel wrote: > > Yup, will do. > > I suspect that some of the design decisions need discussions; should > that also take place in the issue tracker, or here on the mailing list? For the distutils part, you can use the distutils mailing list if you wish,

Re: [Python-Dev] [patch 0/8] [RFC] cross compiling python 3.0

2009-01-09 Thread Robert Schwebel
Hi Antoine, [sorry for the double post, the mails didn't show up in the archive and my procmail had missing slash at the end of the rule...] > Thanks for those patches, but please post them to the issue tracker instead > (http://bugs.python.org/). If each patch is for a distinct purpose, then ope

[Python-Dev] [patch 0/8] [RFC] cross compiling python 3.0

2009-01-08 Thread Robert Schwebel
Embedded people have cross compiled python for quite some time now, with more or less success. These activities have taken place in various embedded build systems, such as PTXdist, OpenEmbedded and others. I suppose instead of wasting the time over and over again, without proper review by the Pyt