bastibe / PySoundCard

PySoundCard is an audio library based on PortAudio, CFFI and NumPy
BSD 3-Clause "New" or "Revised" License
87 stars 9 forks source link

Crash on exit in iPython OSX #29

Closed bastibe closed 8 years ago

bastibe commented 10 years ago

If you start a stream on iPython on OSX, then quit iPython without stopping the stream, Python will crash during shutdown.

bastibe commented 8 years ago

This is apparently a problem of IPython keeping a reference to the stream alive, and never triggering the destructor. As far as I know, there is nothing we can do about it.