This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid
Date 2009-07-30.01:23:20
SpamBayes Score 3.1802874e-06
Marked as misclassified No
Message-id <1248917002.34.0.391671010793.issue6600@psf.upfronthosting.co.za>
In-reply-to
Content
(currently investigating the root cause of this issue...)

bash-2.04$ build/py2_6_2-aix5-powerpc-apy26-rrun/python/python -c "open
('/tmp/test', 'w')"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
MemoryError

bash-2.04$ build/py2_6_2-aix5-powerpc-apy26-rrun/python/python -c 
"import platform; print platform.uname()"
('AIX', 'asaixv5152', '1', '5', '000C763E4C00', 'powerpc')

bash-2.04$ file build/py2_6_2-aix5-powerpc-apy26-rrun/python/python 
build/py2_6_2-aix5-powerpc-apy26-rrun/python/python:    64-bit XCOFF 
executable or object module not stripped
History
Date User Action Args
2009-07-30 01:23:22sridsetrecipients: + srid
2009-07-30 01:23:22sridsetmessageid: <1248917002.34.0.391671010793.issue6600@psf.upfronthosting.co.za>
2009-07-30 01:23:21sridlinkissue6600 messages
2009-07-30 01:23:20sridcreate