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 eamanu
Recipients corona10, eamanu, petdance, shihai1991, vstinner
Date 2020-10-03.16:41:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601743310.14.0.413177316393.issue40455@roundup.psfhosted.org>
In-reply-to
Content
Hi, I've on my Debian (testing) the reported warning:

In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at Python/compile.c:5706:25,
    inlined from ‘assemble’ at Python/compile.c:6048:18:
Python/compile.c:5660:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5660 |         *lnotab++ = k;
      |      


gcc --version          
gcc (Debian 10.2.0-5) 10.2.0
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
History
Date User Action Args
2020-10-03 16:41:50eamanusetrecipients: + eamanu, vstinner, corona10, shihai1991, petdance
2020-10-03 16:41:50eamanusetmessageid: <1601743310.14.0.413177316393.issue40455@roundup.psfhosted.org>
2020-10-03 16:41:50eamanulinkissue40455 messages
2020-10-03 16:41:50eamanucreate