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-15.20:49:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529095770.42.0.56676864532.issue32962@psf.upfronthosting.co.za>
In-reply-to
Content
> Oh :-( The change caused two buildbot failures, so I wrote PR 7723 to revert it.

It seems to only be related to this change:
"""
New changeset 9b7c74ca32d1bec7128d550a9ab1b2ddc7046287 by Victor Stinner (Marcel Plch) in branch 'master':
bpo-32962: Fix test_gdb failure in debug build with -mcet -fcf-protection -O0 (#6754)
https://github.com/python/cpython/commit/9b7c74ca32d1bec7128d550a9ab1b2ddc7046287
"""

Since I also backported this change to 3.7 and 3.6, buildbot of 3.7 and 3.6 also failed:

AMD64 Debian PGO 3.7
http://buildbot.python.org/all/#builders/128/builds/417

AMD64 Debian PGO 3.6
http://buildbot.python.org/all/#builders/77/builds/419

x86 Gentoo Non-Debug with X 3.7
http://buildbot.python.org/all/#builders/115/builds/365
History
Date User Action Args
2018-06-15 20:49:30vstinnersetrecipients: + vstinner, serhiy.storchaka, cstratak, ishcherb, Dormouse759, pablogsal
2018-06-15 20:49:30vstinnersetmessageid: <1529095770.42.0.56676864532.issue32962@psf.upfronthosting.co.za>
2018-06-15 20:49:30vstinnerlinkissue32962 messages
2018-06-15 20:49:30vstinnercreate