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 vstinner
Recipients skrah, vstinner
Date 2011-05-04.07:04:30
SpamBayes Score 0.00015760415
Marked as misclassified No
Message-id <1304492671.16.0.15826240152.issue11994@psf.upfronthosting.co.za>
In-reply-to
Content
> I can reproduce this only with gcc-4.4.3, so it could also be a compiler bug.

You should try to disable compiler optimization: pass -O0 to gcc. E.g. use ./configure --with-pydebug CFLAGS="-O0".
History
Date User Action Args
2011-05-04 07:04:31vstinnersetrecipients: + vstinner, skrah
2011-05-04 07:04:31vstinnersetmessageid: <1304492671.16.0.15826240152.issue11994@psf.upfronthosting.co.za>
2011-05-04 07:04:30vstinnerlinkissue11994 messages
2011-05-04 07:04:30vstinnercreate