From: Paul Brossier Date: Mon, 27 Feb 2017 00:16:09 +0000 (+0100) Subject: python/ext/py-source.c: __exit__ to close once X-Git-Tag: 0.4.5~86 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=e4a888256b3ffbd466f3a4c10c7fa767f8762ac4;p=aubio.git python/ext/py-source.c: __exit__ to close once --- diff --git a/python/ext/py-source.c b/python/ext/py-source.c index 35a16b11..82247fd9 100644 --- a/python/ext/py-source.c +++ b/python/ext/py-source.c @@ -280,7 +280,6 @@ static PyObject* Pyaubio_source_enter(Py_source *self, PyObject *unused) { 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); }