Brython-3.12.1
Special thanks to Denis Migdal, who inspired and/or wrote the main changes in this release:
- speed up startup time by removing generation of Unicode-related tables
- significant improvement in performance of function argument parsing
- rewrite frames management
Apart from many bug fixes, other changes include:
- an improved implementation of PEP 695 – Type Parameter Syntax
- a partial rewriting of the alterative Brython implementation using a PEG parser with the standard Python grammar