This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: rewrite winsound with ctypes
Type: Stage:
Components: ctypes, Library (Lib) Versions: Python 3.3, Python 3.4
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: loewis, techtonik
Priority: normal Keywords:

Created on 2012-11-04 22:53 by techtonik, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg174838 - (view) Author: anatoly techtonik (techtonik) Date: 2012-11-04 22:53
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?
msg174840 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2012-11-04 23:07
ctypes is not an acceptable implementation strategy for modules in the standard library. No need to reimplement it.
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60614
2012-11-04 23:07:35loewissetstatus: open -> closed

nosy: + loewis
messages: + msg174840

resolution: wont fix
2012-11-04 22:53:32techtonikcreate