summaryrefslogtreecommitdiff
path: root/Modules/faulthandler.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #28999: Use Py_RETURN_NONE, Py_RETURN_TRUE and Py_RETURN_FALSE whereverSerhiy Storchaka2017-01-231-4/+2
* Issue #28152: Fix -Wunreachable-code warnings on ClangVictor Stinner2016-12-051-0/+9
* Issue #23524: Finish removing _PyVerify_fd from sourcesSteve Dower2016-09-081-1/+1
* replace Py_(u)intptr_t with the c99 standard typesBenjamin Peterson2016-09-061-5/+5
* Avoid calling functions with an empty string as format stringVictor Stinner2016-09-051-3/+3
* - make some internal symbols staticdoko2016-05-181-1/+1
* Issue #26778: Fixed "a/an/and" typos in code comment, documentation and errorSerhiy Storchaka2016-04-171-68/+230
|\
| * Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-68/+230
| |\
| | * Issue #23848: Fix usage of _Py_DumpDecimal()Victor Stinner2016-03-231-1/+1
| | * Issue #23848: Try to fix test_faulthandler on ARMVictor Stinner2016-03-231-32/+16
| | * faulthandler: only log fatal exceptionsVictor Stinner2016-03-231-3/+10
| | * faulthandler: add Windows exception handlerVictor Stinner2016-03-231-64/+189
| | * faulthandler now works in non-Python threadsVictor Stinner2016-03-161-11/+57
* | | Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|/ /
* | Issue #22570: Renamed Py_SETREF to Py_XSETREF.Serhiy Storchaka2016-04-061-3/+3
|/
* faulthandler: Test Py_FatalError() with GIL releasedVictor Stinner2016-03-151-2/+10
* Add _PyThreadState_UncheckedGet()Victor Stinner2016-01-201-1/+1
* Issue #20440: Massive replacing unsafe attribute setting code with specialSerhiy Storchaka2015-12-241-6/+3
* Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-94/+122
|\
| * Issue #23836: Fix the faulthandler module to handle reentrant callsVictor Stinner2015-04-011-40/+45
| * Merge 3.4 (faulthandler ICC)Victor Stinner2015-03-231-54/+77
| |\
| | * Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-21/+35
| | * Fixed few compiler warnings.Serhiy Storchaka2015-02-161-1/+1
| | * Merge 3.4 (faulthandler)Victor Stinner2015-02-111-4/+5
| | |\
| | * \ (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-32/+41
| | |\ \
| | | * | faulthandler: suppress crash reporter directly in test functions written toVictor Stinner2014-09-301-6/+41
| | | * | Issue #22018: Add _testcapi.raise_signal()Victor Stinner2014-07-211-26/+0
* | | | | Issue #24115: Update uses of PyObject_IsTrue(), PyObject_Not(),Serhiy Storchaka2015-05-301-2/+2
|/ / / /
* | | | Issue #23654: Fix faulthandler._stack_overflow() for the Intel C Compiler (ICC)Victor Stinner2015-03-231-1/+8
| |_|/ |/| |
* | | Issue #23433: Fix faulthandler._stack_overflow()Victor Stinner2015-02-111-4/+5
|/ /
* | faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-15/+23
* | faulthandler: _sigsegv() and _sigabrt() don't accept parametersVictor Stinner2014-09-301-2/+2
|/
* Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-141-0/+4
* Merge: #19970: Fix some comment typos.R David Murray2013-12-131-1/+1
|\
| * #19970: Fix some comment typos.R David Murray2013-12-131-1/+1
* | Issue #19512, #19515: remove shared identifiers, move identifiers where theyVictor Stinner2013-11-071-4/+6
* | Issue #19512: add some common identifiers to only create common strings once,Victor Stinner2013-11-061-1/+1
* | Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-1/+4
* | Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()Victor Stinner2013-07-071-5/+6
* | (Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signalVictor Stinner2013-07-021-1/+2
|\ \ | |/
| * Issue #18343: faulthandler.register() now keeps the previous signal handlerVictor Stinner2013-07-021-1/+2
* | Issue #9566: Explicit downcast to fix compiler warnings on Win64Victor Stinner2012-10-311-2/+4
* | #16135: Removal of OS/2 support (Modules/*)Jesus Cea2012-10-051-3/+0
|/
* Closes #15969: rename new API to have consistent names in the faulthandler mo...Georg Brandl2012-09-221-14/+14
* faulthandler: fix the handler of user signalsVictor Stinner2012-08-091-1/+6
* Fix the user signal handler of faulthandlerVictor Stinner2012-08-011-3/+2
* Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.Charles-François Natali2012-03-241-184/+0
* Issue #13874: read_null() of faulthandler uses volatile to avoid optimisationVictor Stinner2012-01-301-1/+4
* Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init()Victor Stinner2012-01-101-2/+2
* Rename _Py_identifier to _Py_IDENTIFIER.Martin v. Löwis2011-10-141-3/+3