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.

classification
Title: Eliminate test_peg_generator redundant output
Type: behavior Stage: needs patch
Components: Interpreter Core, Tests Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: lys.nikolaou Nosy List: lys.nikolaou, pablogsal, terry.reedy
Priority: normal Keywords:

Created on 2020-10-19 17:27 by terry.reedy, last changed 2022-04-11 14:59 by admin.

Messages (2)
msg378970 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2020-10-19 17:27
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?
msg378971 - (view) Author: Lysandros Nikolaou (lys.nikolaou) * (Python committer) Date: 2020-10-19 17:31
Let me look into that.
History
Date User Action Args
2022-04-11 14:59:37adminsetgithub: 86248
2020-10-19 17:31:43lys.nikolaousetassignee: lys.nikolaou

messages: + msg378971
nosy: + lys.nikolaou
2020-10-19 17:27:28terry.reedycreate