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, nascheme, vstinner
Date 2018-01-07.22:42:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515364929.37.0.467229070634.issue31963@psf.upfronthosting.co.za>
In-reply-to
Content
Different error:

http://buildbot.python.org/all/#/builders/47/builds/428

Objects/bytearrayobject.c: In function ‘bytearray_startswith’:
Objects/bytearrayobject.c:2429:1: error: the control flow of function ‘bytearray_startswith’ does not match its profile data (counter ‘time_profiler’) [-Werror=coverage-mismatch]
 }
 ^
cc1: some warnings being treated as errors
History
Date User Action Args
2018-01-07 22:42:09vstinnersetrecipients: + vstinner, nascheme, gregory.p.smith
2018-01-07 22:42:09vstinnersetmessageid: <1515364929.37.0.467229070634.issue31963@psf.upfronthosting.co.za>
2018-01-07 22:42:09vstinnerlinkissue31963 messages
2018-01-07 22:42:09vstinnercreate