Fix compilation error with ISLError definition
A recent change to pybind11 (1d81191, "Disable implicit conversion of 0 to pybind11::handle.") removes implicit conversions of "0" to a pybind handle, which the definition of ISLError relied on. We should explicitly use a nullptr anyway, which is compatible with newer and older pybind11 versions.
parent
c9729f85
Loading
Loading
Pipeline
#316968
passed
with stage
in
6 minutes and 24 seconds
Loading
Please register or sign in to comment