Re: [Python-Dev] Python 2.5b3 and AIX 4.3 - It Works

2006-08-07 Thread Martin v. Löwis
Michael Kent schrieb: > Because of a requirement to remain compatible with AIX 4.3, I have been forced > to stay with Python 2.3, because while 2.4 would compile under AIX 4.3, it > would > segfault immediately when run. > > I'm happy to report that Python 2.5b3 compiles and runs fine under AIX 4

Re: [Python-Dev] Python 2.5b3 and AIX 4.3 - It Works

2006-08-04 Thread Neal Norwitz
There is at least one outstanding bug report for test_mmap failing on AIX IIRC. Possibly another for test_resource. Please review bug reports and file new ones/update old ones with the current status. Unless if you provide patches, they probably won't be fixed though. No one has access to AIX AFA

[Python-Dev] Python 2.5b3 and AIX 4.3 - It Works

2006-08-04 Thread Michael Kent
Because of a requirement to remain compatible with AIX 4.3, I have been forced to stay with Python 2.3, because while 2.4 would compile under AIX 4.3, it would segfault immediately when run. I'm happy to report that Python 2.5b3 compiles and runs fine under AIX 4.3, and passes most of its test sui