Brython-3.8.8
The main feature in this release is the support of tracing functions, such as set with sys.settrace()
, allowing the support of the Python debugger (pdb
) and of the breakpoint()
built-in function.
Many bugs in this release were discovered when trying to run the sympy
package, which is now supported, although not really usable (it imports too many modules).