from csnd6 import Csound a = Csound() b = Csound() a.Start() b.Start() a.Reset() b.Reset() del a del b # CRASH