Use generators, now that Cython supports them
authorW. Trevor King <wking@tremily.us>
Wed, 12 Jun 2013 12:52:13 +0000 (08:52 -0400)
committerW. Trevor King <wking@tremily.us>
Sat, 15 Jun 2013 14:22:47 +0000 (10:22 -0400)
commit232324464d58a778ba97bb3c9dd3bbbfd2db5c5f
tree6f62f138c722af90f4f41e566f690b066d19a67a
parent0d40627995f40367a47ea6772ee9dc98ceb135d7
Use generators, now that Cython supports them

The Cython 0.15 release notes (2011-08-05) claim support for
generators [1].

[1]: http://wiki.cython.org/ReleaseNotes-0.15
pycomedi/channel.pyx
pycomedi/device.pyx
pycomedi/subdevice.pyx