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.

Author eckhardt
Recipients eckhardt
Date 2008-10-08.15:50:18
SpamBayes Score 1.1120447e-06
Marked as misclassified No
Message-id <1223481025.87.0.784441664166.issue4077@psf.upfronthosting.co.za>
In-reply-to
Content
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*'.
History
Date User Action Args
2008-10-08 15:50:26eckhardtsetrecipients: + eckhardt
2008-10-08 15:50:25eckhardtsetmessageid: <1223481025.87.0.784441664166.issue4077@psf.upfronthosting.co.za>
2008-10-08 15:50:24eckhardtlinkissue4077 messages
2008-10-08 15:50:23eckhardtcreate