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.

Author Alexander Riccio
Recipients Alexander Riccio, paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-10-13.00:30:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444696251.21.0.518539201505.issue25387@psf.upfronthosting.co.za>
In-reply-to
Content
A really minor issue (probably qualifies for the "easy" keyword):

sound_msgbeep (in http://svn.python.org/projects/python/trunk/PC/winsound.c) doesn't check the return value of MessageBeep (https://msdn.microsoft.com/en-us/library/windows/desktop/ms680356.aspx). This is a very minor issue, but the possibility of failure is not mentioned in the winsound documentation. Invisible failures are quite surprising.


A message in the Gnome archives (https://mail.gnome.org/archives/commits-list/2010-November/msg01938.html) has an example "fix".
History
Date User Action Args
2015-10-13 00:30:51Alexander Ricciosetrecipients: + Alexander Riccio, paul.moore, tim.golden, zach.ware, steve.dower
2015-10-13 00:30:51Alexander Ricciosetmessageid: <1444696251.21.0.518539201505.issue25387@psf.upfronthosting.co.za>
2015-10-13 00:30:51Alexander Ricciolinkissue25387 messages
2015-10-13 00:30:49Alexander Ricciocreate