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 pablogsal
Recipients BTaskaya, cstratak, gvanrossum, lys.nikolaou, ned.deily, pablogsal, serhiy.storchaka, vstinner
Date 2020-04-23.18:38:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587667088.02.0.539971775674.issue40334@roundup.psfhosted.org>
In-reply-to
Content
> ImportError: cannot import name 'Final'

Currently, you need Python3.8+ to do 'make regen-pegen'. We can try to modify the module to not use newer features like "Final" so you can use older Pythons.
History
Date User Action Args
2020-04-23 18:38:08pablogsalsetrecipients: + pablogsal, gvanrossum, vstinner, ned.deily, serhiy.storchaka, cstratak, lys.nikolaou, BTaskaya
2020-04-23 18:38:08pablogsalsetmessageid: <1587667088.02.0.539971775674.issue40334@roundup.psfhosted.org>
2020-04-23 18:38:08pablogsallinkissue40334 messages
2020-04-23 18:38:07pablogsalcreate