This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Py_FatalError cleanup patch
Type: behavior Stage:
Components: None Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: amaury.forgeotdarc Nosy List: amaury.forgeotdarc, eckhardt
Priority: normal Keywords: easy, patch

Created on 2008-10-08 15:50 by eckhardt, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Python-FatalError-no-newline.0.patch eckhardt, 2008-10-08 15:50 patch
Messages (2)
msg74531 - (view) Author: Ulrich Eckhardt (eckhardt) Date: 2008-10-08 15:50
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*'.
msg80042 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2009-01-17 20:19
committed with r68667.
History
Date User Action Args
2022-04-11 14:56:40adminsetgithub: 48327
2009-01-17 20:19:37amaury.forgeotdarcsetstatus: open -> closed
resolution: fixed
messages: + msg80042
2008-10-08 16:52:57amaury.forgeotdarcsetkeywords: + easy
assignee: amaury.forgeotdarc
nosy: + amaury.forgeotdarc
2008-10-08 15:50:24eckhardtcreate