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 wencan
Recipients wencan
Date 2018-09-27.13:58:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538056682.62.0.545547206417.issue34820@psf.upfronthosting.co.za>
In-reply-to
Content
git version: a94ee12c26aa8dd7dce01373779df8055aff765b

/home/wencan/Projects/github.com/python/cpython/Modules/binascii.c: In function ‘binascii_crc32’:
/home/wencan/Projects/github.com/python/cpython/Modules/binascii.c:1578:1: error: the control flow of function ‘binascii_crc32’ does not match its profile data (counter ‘arcs’) [-Werror=coverage-mismatch]
 }
 ^
/home/wencan/Projects/github.com/python/cpython/Modules/binascii.c:1578:1: error: the control flow of function ‘binascii_crc32’ does not match its profile data (counter ‘time_profiler’) [-Werror=coverage-mismatch]
History
Date User Action Args
2018-09-27 13:58:02wencansetrecipients: + wencan
2018-09-27 13:58:02wencansetmessageid: <1538056682.62.0.545547206417.issue34820@psf.upfronthosting.co.za>
2018-09-27 13:58:02wencanlinkissue34820 messages
2018-09-27 13:58:02wencancreate