SystemError: error without error set

Issue #67 resolved
M. Gronle created an issue

This bug occurs in 32bit only:

Create a plot using:

[i,h ] = plot(dataObject([100,100]))

Then, close the dialog, and execute the following if-case:

if h:
    pass

Comments (3)

  1. Log in to comment