Message367137
$ make -s regen-all
./Include/opcode.h.new regenerated from ./Lib/opcode.py
Jump table written into ./Python/opcode_targets.h.new
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/serhiy/py/cpython/Tools/peg_generator/pegen/__main__.py", line 14, in <module>
from typing import Final
ImportError: cannot import name 'Final'
Makefile:837: recipe for target 'regen-pegen' failed
make: *** [regen-pegen] Error 1 |
|
Date |
User |
Action |
Args |
2020-04-23 18:13:34 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, gvanrossum, vstinner, ned.deily, cstratak, lys.nikolaou, pablogsal, BTaskaya |
2020-04-23 18:13:34 | serhiy.storchaka | set | messageid: <1587665614.9.0.155644661281.issue40334@roundup.psfhosted.org> |
2020-04-23 18:13:34 | serhiy.storchaka | link | issue40334 messages |
2020-04-23 18:13:34 | serhiy.storchaka | create | |
|