It currently does, cf. the crashes observed for #377.
As far as I can tell, the problem with this style of SVM usage is that the SVM object holds on to a Py_buffer that gets freed before its time. Fixing this properly would require the nanny event to accept a variable number of SVM objects and wait on the operation to complete before letting them go.