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 pitrou
Recipients dmalcolm, pitrou, vstinner
Date 2010-05-05.18:51:07
SpamBayes Score 0.019042969
Marked as misclassified No
Message-id <1273085469.22.0.0444181194757.issue8605@psf.upfronthosting.co.za>
In-reply-to
Content
My intuition about an API problem seems to be mistaken. If I compile Python in debug mode without any optimizations ("CFLAGS='' ./configure --with-pydebug"), all tests pass. The default builds of Python use -O2 nowadays, even in debug mode (issue8625), which makes some of the tests fail.

Perhaps test_gdb, or some of its tests, should be skipped when compiler optimizations were enabled. Now we have to find out how to get that information.
History
Date User Action Args
2010-05-05 18:51:09pitrousetrecipients: + pitrou, vstinner, dmalcolm
2010-05-05 18:51:09pitrousetmessageid: <1273085469.22.0.0444181194757.issue8605@psf.upfronthosting.co.za>
2010-05-05 18:51:07pitroulinkissue8605 messages
2010-05-05 18:51:07pitroucreate