]> granicus.if.org Git - python/commit
Issue #8139: ossaudiodev didn't initialize its types properly, therefore
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 23 Mar 2010 00:25:54 +0000 (00:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 23 Mar 2010 00:25:54 +0000 (00:25 +0000)
commit39b3543174b53f907e629df830b192aa77455740
treee849f18fa012b19f70d1e458fecfb427a2d1d163
parent4c5475d1967abc63e9f611fbc26e82a2b8e2b9e6
Issue #8139: ossaudiodev didn't initialize its types properly, therefore
some methods (such as oss_mixer_device.fileno()) were not available.
Initial patch by Bertrand Janin.
Lib/test/test_ossaudiodev.py
Misc/ACKS
Misc/NEWS
Modules/ossaudiodev.c