[issue5078] Avoid redundant call to FormatError()

2009-04-25 Thread Thomas Heller
Thomas Heller thel...@ctypes.org added the comment: Fixed in trunk and py3k branch, svn revisions 71906 and 71907. Thanks for the patch. -- resolution: - fixed status: open - closed ___ Python tracker rep...@bugs.python.org

[issue5078] Avoid redundant call to FormatError()

2009-01-27 Thread Ulrich Eckhardt
New submission from Ulrich Eckhardt eckha...@satorlaser.com: For a background, see the developers' mailing list from 2009-01-26, subject FormatError() in callproc.c under win32. The attached patch removes the redundant call to FormatError(). It also makes SetException() a static function, since