[issue16410] rewrite winsound with ctypes

2012-11-04 Thread anatoly techtonik
New submission from anatoly techtonik: http://hg.python.org/cpython/file/tip/PC/winsound.c No need to maintain this in C. It doesn't seem like a critical part of code. Will there be significant performance penalty? -- components: Library (Lib), ctypes messages: 174838 nosy: techtonik

[issue16410] rewrite winsound with ctypes

2012-11-04 Thread Martin v . Löwis
Martin v. Löwis added the comment: ctypes is not an acceptable implementation strategy for modules in the standard library. No need to reimplement it. -- nosy: +loewis resolution: - wont fix status: open - closed ___ Python tracker