[issue4077] Py_FatalError cleanup patch

2009-01-17 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: committed with r68667. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue4077] Py_FatalError cleanup patch

2008-10-08 Thread Amaury Forgeot d'Arc
Changes by Amaury Forgeot d'Arc <[EMAIL PROTECTED]>: -- assignee: -> amaury.forgeotdarc keywords: +easy nosy: +amaury.forgeotdarc ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue4077] Py_FatalError cleanup patch

2008-10-08 Thread Ulrich Eckhardt
New submission from Ulrich Eckhardt <[EMAIL PROTECTED]>: 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*'. -- compo