]> granicus.if.org Git - python/commit
#4077: No need to append \n when calling Py_FatalError
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 17 Jan 2009 20:18:59 +0000 (20:18 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Sat, 17 Jan 2009 20:18:59 +0000 (20:18 +0000)
commit59ce042766d95a1471b08241038b8e0f4a65743a
tree7f8bbfe954220d04dca1b138a5fe02585b243a46
parentbd55c52565d171ceb78d8f3b0f8b6cc6253e8e68
#4077: No need to append \n when calling Py_FatalError
+ fix a declaration to make it match the one in pythonrun.h
Modules/_ctypes/libffi_msvc/ffi.c
Objects/exceptions.c
Python/ast.c
Python/compile.c