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 Dormouse759, cstratak, ishcherb, pablogsal, serhiy.storchaka, vstinner
Date 2018-06-19.07:03:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529391812.97.0.56676864532.issue32962@psf.upfronthosting.co.za>
In-reply-to
Content
Oh I see. But currently, many test_gdb tests pass even with optimization. I dislike reducing the test coverage when Python is compiled with optimizations, just to support -mcet -fcf-protection.

Would it be possible to detect the special case "-mcet -fcf-protection" *and* optimizations, and only skip test_gdb in that case?
History
Date User Action Args
2018-06-19 07:03:33vstinnersetrecipients: + vstinner, serhiy.storchaka, cstratak, ishcherb, Dormouse759, pablogsal
2018-06-19 07:03:32vstinnersetmessageid: <1529391812.97.0.56676864532.issue32962@psf.upfronthosting.co.za>
2018-06-19 07:03:32vstinnerlinkissue32962 messages
2018-06-19 07:03:32vstinnercreate