ref: e4a888256b3ffbd466f3a4c10c7fa767f8762ac4
parent: 23be73614e4c93d57f05319239d7933777daeec5
author: Paul Brossier <piem@piem.org>
date: Sun Feb 26 20:16:09 EST 2017
python/ext/py-source.c: __exit__ to close once
--- a/python/ext/py-source.c
+++ b/python/ext/py-source.c
@@ -280,7 +280,6 @@
static char Pyaubio_source_exit_doc[] = "";
static PyObject* Pyaubio_source_exit(Py_source *self, PyObject *unused) {
- Pyaubio_source_close(self, unused);
return Pyaubio_source_close(self, unused);
}