[issue4077] Py_FatalError cleanup patch

Ulrich Eckhardt report at bugs.python.org
Wed Oct 8 17:50:26 CEST 2008


New submission from Ulrich Eckhardt <eckhardt at satorlaser.com>:

This patch does two things:
* It removes trailing newlines from the arguments given to
Py_FatalError() because a trailing newline is already added automatically.
* It fixes the declaration in ffi.c to take a 'const char*'.

----------
components: None
files: Python-FatalError-no-newline.0.patch
keywords: patch
messages: 74531
nosy: eckhardt
severity: normal
status: open
title: Py_FatalError cleanup patch
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file11750/Python-FatalError-no-newline.0.patch

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


More information about the Python-bugs-list mailing list