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 gregory.p.smith, miss-islington, pablogsal, vstinner
Date 2022-03-03.23:54:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1646351674.42.0.441377215603.issue46913@roundup.psfhosted.org>
In-reply-to
Content
I pushed changes just to turn back the buildbot back to green, but undefined behaviors in test_ctypes.test_shorts() and _sha3 (tested by test_hashlib) must be fixed.

Previously, test_ctypes, test_hashlib and test_faulthandler were fully skipped on UBSan. Now only 1 test_ctypes test and a few test_hashlib tests are skipped on the UBSan buildbot (test_faulthandler now pass on UBSan).
History
Date User Action Args
2022-03-03 23:54:34vstinnersetrecipients: + vstinner, gregory.p.smith, pablogsal, miss-islington
2022-03-03 23:54:34vstinnersetmessageid: <1646351674.42.0.441377215603.issue46913@roundup.psfhosted.org>
2022-03-03 23:54:34vstinnerlinkissue46913 messages
2022-03-03 23:54:34vstinnercreate