PythonMonkey v1.0.0
PythonMonkey is now stable for production, including Distributive's use-case of DCP! 🥳
Bug Fixes:
- calling a python method that has 0 parameters in JavaScript would cause a segfault rather than a
TypeError: Class.method() takes 0 positional arguments but 1 was given
exception - Using a python iterable as the yield of a JavaScript
function*
generator would cause a segfault rather than aTypeError: 'iterable' object is not an iterator
exception