Re: [Pythonmac-SIG] OS X C API bug?

2005-06-28 Thread Bob Ippolito
On Jun 28, 2005, at 10:28 AM, Ronald Oussoren wrote: > > On 28-jun-2005, at 15:29, Gary Robinson wrote: > > > > The attached file contains a c module with 4 versions of the same > extremely simple function. All they do is return a float > double to > python. The zip also

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-28 Thread Ronald Oussoren
On 28-jun-2005, at 15:29, Gary Robinson wrote: The attached file contains a c module with 4 versions of the same extremely simple function. All they do is return a float double to python. The zip also contains the setup.py to build it. >>> >>> Data point: fun3 gi

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-28 Thread Gary Robinson
>>> >>> The attached file contains a c module with 4 versions of the same >>> extremely simple function. All they do is return a float double to >>> python. The zip also contains the setup.py to build it. >>> >> >> Data point: fun3 gives me a bus error on Tiger with Python 2.4.1 >> and gc

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Gary Robinson
I'm using a nov2004 updated build, reported on my machine as Thread model: posix gcc version 3.3 20030304 (Apple Computer, Inc. build 1671) Gary -- Gary Robinson CTO Emergent Music, LLC [EMAIL PROTECTED] 207-942-3463 Company: http://www.goombah.com Blog:http://www.garyrobin

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Kelly Norton
Just out of curiosity, Are you using gcc3.3 build 1666? If so, you probably want to install the November2004 gcc updater as that version had some really nasty problems with emitting bad machine code. The update is available for free on the apple developer site. /kel On Jun 27, 2005, at 7:51

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Gary Robinson
Interesting, maybe it's a problem with gcc 3.3. Gary -- Gary Robinson CTO Emergent Music, LLC [EMAIL PROTECTED] 207-942-3463 Company: http://www.goombah.com Blog:http://www.garyrobinson.net On Mon, 27 Jun 2005 16:26:16 -0700, Brian Lenihan wrote: > > On Jun 27, 2005, at 4:15 PM, Robert Ke

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Brian Lenihan
On Jun 27, 2005, at 4:15 PM, Robert Kern wrote: > Gary Robinson wrote: > >> Hello, >> >> The attached file contains a c module with 4 versions of the same >> extremely simple function. All they do is return a float double to >> python. The zip also contains the setup.py to build it. >> > > Data p

Re: [Pythonmac-SIG] OS X C API bug?

2005-06-27 Thread Robert Kern
Gary Robinson wrote: > Hello, > > The attached file contains a c module with 4 versions of the same > extremely simple function. All they do is return a float double to > python. The zip also contains the setup.py to build it. Data point: fun3 gives me a bus error on Tiger with Python 2.4.1 and