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 corona10, petdance, vstinner
Date 2020-10-01.23:19:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601594369.07.0.953335674062.issue40455@roundup.psfhosted.org>
In-reply-to
Content
There are still warnings on compile.c:
https://buildbot.python.org/all/#/builders/448/builds/130

Python/compile.c:5660:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Python/compile.c:5660: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
Python/compile.c:5660: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
History
Date User Action Args
2020-10-01 23:19:29vstinnersetrecipients: + vstinner, corona10, petdance
2020-10-01 23:19:29vstinnersetmessageid: <1601594369.07.0.953335674062.issue40455@roundup.psfhosted.org>
2020-10-01 23:19:29vstinnerlinkissue40455 messages
2020-10-01 23:19:29vstinnercreate