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 georg.brandl, pitrou, srid
Date 2009-08-06.01:23:52
SpamBayes Score 5.4944935e-06
Marked as misclassified No
Message-id <1249521834.06.0.151690595941.issue6600@psf.upfronthosting.co.za>
In-reply-to
Content
It does appear that this problem occurs wherever `strlen` is used .. 
and given that strlen is a macro on AIX, I suspect the problem is with 
the macro definition itself.

I will see if wrapping the arguments to PyMem_MALLOC in parenthesis 
would help. And/or investigate the problem further.

As for your belief that it might be a compiler bug, I will wait till 
investigating the actual cause of the problem before drawing any 
conclusions. Till then, there is no reason to commit the current 
(experimental/workaround) patches to Python.
History
Date User Action Args
2009-08-06 01:23:54sridsetrecipients: + srid, georg.brandl, pitrou
2009-08-06 01:23:54sridsetmessageid: <1249521834.06.0.151690595941.issue6600@psf.upfronthosting.co.za>
2009-08-06 01:23:53sridlinkissue6600 messages
2009-08-06 01:23:52sridcreate