[New-bugs-announce] [issue5078] Avoid redundant call to FormatError()

Ulrich Eckhardt report at bugs.python.org
Tue Jan 27 11:33:34 CET 2009


New submission from Ulrich Eckhardt <eckhardt at 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 it is only used locally.

----------
assignee: theller
components: ctypes
files: Python-redundant-FormatError-call.0.patch
keywords: patch
messages: 80641
nosy: eckhardt, theller
severity: normal
status: open
title: Avoid redundant call to FormatError()
type: resource usage
versions: Python 2.7
Added file: http://bugs.python.org/file12876/Python-redundant-FormatError-call.0.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5078>
_______________________________________


More information about the New-bugs-announce mailing list