Re: [Python-Dev] hashlib bug when built on OS X 10.6 for 10.5

2010-10-07 Thread Ronald Oussoren
On 6 Oct, 2010, at 22:26, Arnaud Bergeron wrote: > If you build python (at least 2.6.5, but probably other versions as > well) in a universal setup using the following command (or similar) > while the machine currently has 10.6 installed: > > ./configure --with-universal-archs= > --enable-univer

[Python-Dev] hashlib bug when built on OS X 10.6 for 10.5

2010-10-07 Thread Arnaud Bergeron
If you build python (at least 2.6.5, but probably other versions as well) in a universal setup using the following command (or similar) while the machine currently has 10.6 installed: ./configure --with-universal-archs= --enable-universalsdk=/Developer/SDKs/MacOSX10.5.sdk/ then the hashlib module