Re: [Python-Dev] 32-bit and 64-bit python on Solaris

2006-08-29 Thread Laszlo (Laca) Peter
On Tue, 2006-08-29 at 19:07 -0400, Tim Peters wrote: > > I work in the team that delivers python on Solaris. Recently we've > > been getting requests for delivering python in 64-bit as well > > as in 32-bit. As you probably know, Solaris can run 64-bit and > > 32-bit binaries on the same system,

Re: [Python-Dev] 32-bit and 64-bit python on Solaris

2006-08-29 Thread Tim Peters
[Laszlo (Laca) Peter] > I work in the team that delivers python on Solaris. Recently we've > been getting requests for delivering python in 64-bit as well > as in 32-bit. As you probably know, Solaris can run 64-bit and > 32-bit binaries on the same system, but of course you can't mix and > match

[Python-Dev] 32-bit and 64-bit python on Solaris

2006-08-29 Thread Laszlo (Laca) Peter
Hi, I work in the team that delivers python on Solaris. Recently we've been getting requests for delivering python in 64-bit as well as in 32-bit. As you probably know, Solaris can run 64-bit and 32-bit binaries on the same system, but of course you can't mix and match shared objects with differ