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 lukasz.langa
Recipients benjamin.peterson, lukasz.langa, pitrou, vstinner
Date 2017-08-18.23:39:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503099571.25.0.918465457775.issue31237@psf.upfronthosting.co.za>
In-reply-to
Content
We are skipping a lot of tests when optimizations are enabled (which essentially means: compiled without `--with-pydebug`). This seems overly aggressive since most Python users are using the gdb bindings with a non-debug build.

I think we should have tests for py-bt, py-up, printing globals, etc. that run on a non-debug build.
History
Date User Action Args
2017-08-18 23:39:31lukasz.langasetrecipients: + lukasz.langa, pitrou, vstinner, benjamin.peterson
2017-08-18 23:39:31lukasz.langasetmessageid: <1503099571.25.0.918465457775.issue31237@psf.upfronthosting.co.za>
2017-08-18 23:39:31lukasz.langalinkissue31237 messages
2017-08-18 23:39:31lukasz.langacreate