From: Victor Stinner Date: Fri, 8 Jul 2011 00:27:06 +0000 (+0200) Subject: (merge 3.2) Issue #12423: Fix os.abort() documentation X-Git-Tag: v3.3.0a1~1937^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b49f12a636694bb880127901a43d821dec8a094;p=thirdparty%2FPython%2Fcpython.git (merge 3.2) Issue #12423: Fix os.abort() documentation The Python signal handler for SIGABRT is not called on os.abort() (only if the signal is raised manually or sent by another process). Patch by Kamil Kisiel. --- 2b49f12a636694bb880127901a43d821dec8a094