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 YoSTEALTH
Recipients YoSTEALTH
Date 2020-07-26.22:30:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1595802618.79.0.822888394608.issue41405@roundup.psfhosted.org>
In-reply-to
Content
while compiling i got this warning, maybe its related!

gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall    -std=c99 -Wextra -Wno-unused-result -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -fvisibility=hidden  -I../Include/internal -IObjects -IInclude -IPython -I. -I../Include    -DPy_BUILD_CORE -o Python/getcompiler.o ../Python/getcompiler.c
In function ‘assemble_lnotab’,
    inlined from ‘assemble_emit’ at ../Python/compile.c:5714:25,
    inlined from ‘assemble’ at ../Python/compile.c:6053:18:
../Python/compile.c:5668:19: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
 5668 |         *lnotab++ = k;
      |         ~~~~~~~~~~^~~
History
Date User Action Args
2020-07-26 22:30:18YoSTEALTHsetrecipients: + YoSTEALTH
2020-07-26 22:30:18YoSTEALTHsetmessageid: <1595802618.79.0.822888394608.issue41405@roundup.psfhosted.org>
2020-07-26 22:30:18YoSTEALTHlinkissue41405 messages
2020-07-26 22:30:18YoSTEALTHcreate