Closed kevinstephano closed 3 weeks ago
This is just a simple code reordering to put the point at which I print a repro from fd.execute() after the pybind function _execute() to before the function to allow us to print repros prior to segfaults.
fd.execute()
_execute()
!build
This is just a simple code reordering to put the point at which I print a repro from
fd.execute()
after the pybind function_execute()
to before the function to allow us to print repros prior to segfaults.