RuntimeError:
too much text, try to increase MAX_SIZES[MAXTEXT] in cpython/_parser.py
/…/Modules/clinic/_testclinic.c.h starting at line 288 to 4597
has code with length 120058 greater than 120000
The file is auto-generated by Argument Clinic and has grown since the limit was last set in 99e2c5e. Suggest bumping to 200_000.
make check-c-globalsfails on main becauseModules/clinic/_testclinic.c.hhas outgrown itsMAX_SIZESlimit (120_000) inTools/c-analyzer/cpython/_parser.py.The file is auto-generated by Argument Clinic and has grown since the limit was last set in 99e2c5e. Suggest bumping to
200_000.Linked PRs