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 miss-islington, vstinner
Date 2020-03-31.17:31:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585675889.77.0.852637354498.issue40019@roundup.psfhosted.org>
In-reply-to
Content
Ok, test_gdb should now be more reliable with various compilers and compiler optimization levels.

I chose to not skip a test if '<optimized out>' is found in the gdb output. If it becomes an issue, test_gdb can easily be modified to also be skipped in this case.
History
Date User Action Args
2020-03-31 17:31:29vstinnersetrecipients: + vstinner, miss-islington
2020-03-31 17:31:29vstinnersetmessageid: <1585675889.77.0.852637354498.issue40019@roundup.psfhosted.org>
2020-03-31 17:31:29vstinnerlinkissue40019 messages
2020-03-31 17:31:29vstinnercreate