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 terry.reedy
Recipients pablogsal, terry.reedy
Date 2020-10-19.17:27:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603128448.05.0.786885656714.issue42082@roundup.psfhosted.org>
In-reply-to
Content
When running tests locally (Win10), test_peg_generator outputs the following 20 times.

parse.c
pegen.c
string_parser.c
tokenizer.c
Python-ast.c
asdl.c
peg_extension.c
   Creating library C:\Users\Terry\AppData\Local\Temp\tmpcr6_pvyl\Debug\Users\Terry\AppData\Local\Temp\tmpcr6_pvyl\parse_d.cp310-win32.lib and object C:\Users\Terry\AppData\Local\Temp\tmpcr6_pvyl\Debug\Users\Terry\AppData\Local\Temp\tmpcr6_pvyl\parse_d.cp310-win32.exp
LINK : /LTCG specified but no code generation required; remove /LTCG from the link command line to improve linker performance

Can this be fixed?
History
Date User Action Args
2020-10-19 17:27:28terry.reedysetrecipients: + terry.reedy, pablogsal
2020-10-19 17:27:28terry.reedysetmessageid: <1603128448.05.0.786885656714.issue42082@roundup.psfhosted.org>
2020-10-19 17:27:28terry.reedylinkissue42082 messages
2020-10-19 17:27:27terry.reedycreate