]> granicus.if.org Git - python/commit
Applied #1069410
authorChristian Heimes <christian@cheimes.de>
Wed, 23 Jan 2008 17:15:06 +0000 (17:15 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 23 Jan 2008 17:15:06 +0000 (17:15 +0000)
commitb2302ba9771d3c2795ae6c78d881b0c4715e2f63
treeeeb644781fcfb031d1e3c676029dea6987de3b88
parent082c9b0267e45cdff9bb8d30a4332f63bd14c58e
Applied #1069410
The "can't load dll" message box on Windows is suppressed while an extension is loaded by calling SetErrorMode in dynload_win.c. The error is still reported properly.
Misc/NEWS
Python/dynload_win.c