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 serhiy.storchaka
Recipients BTaskaya, cstratak, gvanrossum, lys.nikolaou, ned.deily, pablogsal, serhiy.storchaka, vstinner
Date 2020-04-23.18:13:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587665614.9.0.155644661281.issue40334@roundup.psfhosted.org>
In-reply-to
Content
$ 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
History
Date User Action Args
2020-04-23 18:13:34serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, vstinner, ned.deily, cstratak, lys.nikolaou, pablogsal, BTaskaya
2020-04-23 18:13:34serhiy.storchakasetmessageid: <1587665614.9.0.155644661281.issue40334@roundup.psfhosted.org>
2020-04-23 18:13:34serhiy.storchakalinkissue40334 messages
2020-04-23 18:13:34serhiy.storchakacreate