fridgerator / PyNode

Node - Python Interop
154 stars 14 forks source link

Segmentation Fault When Passing Null #23

Open Sunoo opened 4 years ago

Sunoo commented 4 years ago

If you try to pass a null as an argument to any Python function, you immediately get a segmentation fault. I would have expected it to be converted to None.