Changeset e4a8882 for python/ext


Ignore:
Timestamp:
Feb 27, 2017, 1:16:09 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, sampler
Children:
23f1c49
Parents:
23be736
Message:

python/ext/py-source.c: exit to close once

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/ext/py-source.c

    r23be736 re4a8882  
    281281static char Pyaubio_source_exit_doc[] = "";
    282282static PyObject* Pyaubio_source_exit(Py_source *self, PyObject *unused) {
    283   Pyaubio_source_close(self, unused);
    284283  return Pyaubio_source_close(self, unused);
    285284}
Note: See TracChangeset for help on using the changeset viewer.