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: Fix for compilation errors in the 2.4 branch
Type: Stage:
Components: Windows Versions: Python 2.4
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, zseil
Priority: normal Keywords: patch

Created on 2006-10-03 20:34 by zseil, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_windows_compilation.diff zseil, 2006-10-03 20:34 patch against revision 52120
Messages (2)
msg51196 - (view) Author: Ziga Seilnacht (zseil) * (Python committer) Date: 2006-10-03 20:34
Revision 52017 introduced some changes to the
msvcrt and winsound modules that broke the
compilation on windows.  See the buildbot logs
for details.  This error occurs only in the
release24-maint branch.

This is basically just a backport of revisions
r42095 and r42096.
msg51197 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2006-10-04 09:15
Logged In: YES 
user_id=21627

Thanks for the patch. Committed as r52133.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44077
2006-10-03 20:34:48zseilcreate