Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@caleb-distributive caleb-distributive released this 12 Sep 15:42
· 66 commits to main since this release
e72bfd2

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 a TypeError: 'iterable' object is not an iterator exception