-
Notifications
You must be signed in to change notification settings - Fork 46
v1.0.0 #440
zollqir
announced in
Announcements
v1.0.0
#440
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 givenexception - Using a python iterable as the yield of a JavaScript
function*generator would cause a segfault rather than aTypeError: 'iterable' object is not an iteratorexception
This discussion was created from the release v1.0.0.
All reactions
Replies: 1 comment
Congratulations on the V1! Really dope idea, excited to try it out.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment