PyNode
PyNode copied to clipboard
Segmentation Fault When Passing Null
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.