Re: Python independant binary extensions

2006-07-02 Thread Gustavo Noronha Silva
Em Dom, 2006-07-02 às 19:51 +0200, Mike Hommey escreveu: > It's even worse. There's *no* real difference. s/worse/best =) > [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ objdump -d > python2.3/libxsltmod.so > /tmp/2.3 > [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ objd

Re: Python independant binary extensions

2006-07-02 Thread Mike Hommey
On Sun, Jul 02, 2006 at 12:55:27PM +0200, Mike Hommey <[EMAIL PROTECTED]> wrote: > FWIW, here is what i got for python-libxslt1: the files are the same size, > but are different. I was wondering how different they could be and it's > quite stunning, actually: > [EMAIL PROTECTED]:/usr/lib/python-sup

Re: Python independant binary extensions

2006-07-02 Thread Simon McVittie
On Fri, 30 Jun 2006 at 19:00:02 +0200, Mike Hommey wrote: > On Fri, Jun 30, 2006 at 06:43:22PM +0200, Josselin Mouette <[EMAIL > PROTECTED]> wrote: > > Le vendredi 30 juin 2006 à 17:38 +0200, Mike Hommey a écrit : > > > On Fri, Jun 30, 2006 at 04:16:40PM +0200, Josselin Mouette <[EMAIL > > > PROT

Re: Python independant binary extensions

2006-07-02 Thread Gustavo Noronha Silva
Em Dom, 2006-07-02 às 12:55 +0200, Mike Hommey escreveu: > FWIW, here is what i got for python-libxslt1: the files are the same size, > but are different. I was wondering how different they could be and it's > quite stunning, actually: > [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ he

Re: Python independant binary extensions

2006-07-02 Thread Mike Hommey
FWIW, here is what i got for python-libxslt1: the files are the same size, but are different. I was wondering how different they could be and it's quite stunning, actually: [EMAIL PROTECTED]:/usr/lib/python-support/python-libxslt1$ hexdump -C python2.3/libxsltmod.so > /tmp/2.3 [EMAIL PROTECTED]:/u