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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b49f12a636694bb880127901a43d821dec8a094;p=python (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