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 dmalcolm
Recipients dmalcolm, larry, pitrou, python-dev
Date 2013-11-25.15:53:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385394817.52.0.0882656440522.issue19743@psf.upfronthosting.co.za>
In-reply-to
Content
FWIW, I feel that it's worth just expecting failures with an *optimized* build: with an optimizing compiler, there's likely to always be some program counter location where the debugger is going to get confused for some variables.  Given umpteen different compiler variants, debugger variants etc, this is never going to be perfect.

So IMHO we should run the test on a --pydebug build, but accept that there will be some failures when optimization is on.
History
Date User Action Args
2013-11-25 15:53:37dmalcolmsetrecipients: + dmalcolm, pitrou, larry, python-dev
2013-11-25 15:53:37dmalcolmsetmessageid: <1385394817.52.0.0882656440522.issue19743@psf.upfronthosting.co.za>
2013-11-25 15:53:37dmalcolmlinkissue19743 messages
2013-11-25 15:53:37dmalcolmcreate