Mailing List Archive

[issue4077] Py_FatalError cleanup patch
New submission from Ulrich Eckhardt <eckhardt@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@bugs.python.org>
<http://bugs.python.org/issue4077>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue4077] Py_FatalError cleanup patch [ In reply to ]
Changes by Amaury Forgeot d'Arc <amauryfa@gmail.com>:


----------
assignee: -> amaury.forgeotdarc
keywords: +easy
nosy: +amaury.forgeotdarc

_______________________________________
Python tracker <report@bugs.python.org>
<http://bugs.python.org/issue4077>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com