Menu

fl_ routines return NULL cause core dump.

Python will exit with a segmentation violation
if any XForms routine returns null, at least in string contexts. This is a bug in the Python library (1.5.2) wherein PyString_FromString does not return Py_None when passed a null pointer.

I will check later version of Python, but, not right away.

Posted by John Merritt 2001-12-05

Log in to post a comment.