Skip to content

Brython-3.12.1

Compare
Choose a tag to compare
@PierreQuentel PierreQuentel released this 27 Nov 16:18
· 565 commits to master since this release

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