Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
9c17ff91f347704fd0fc7439675d84370db8b75a
/
Modules
/
faulthandler.c
3c2a178
Merge: #19970: Fix some comment typos.
by R David Murray
· 11 years ago
fc06999
#19970: Fix some comment typos.
by R David Murray
· 11 years ago
bd303c1
Issue #19512, #19515: remove shared identifiers, move identifiers where they
by Victor Stinner
· 11 years ago
0905437
Issue #19512: add some common identifiers to only create common strings once,
by Victor Stinner
· 11 years ago
8898350
Close #18957: The PYTHONFAULTHANDLER environment variable now only enables the
by Victor Stinner
· 11 years ago
49fc8ec
Issue #18203: Add _PyMem_RawStrdup() and _PyMem_Strdup()
by Victor Stinner
· 11 years ago
0857ab4
(Merge 3.3) Issue #18343: faulthandler.register() now keeps the previous signal
by Victor Stinner
· 11 years ago
8d37954
Issue #18343: faulthandler.register() now keeps the previous signal handler
by Victor Stinner
· 11 years ago
56cb125
Issue #9566: Explicit downcast to fix compiler warnings on Win64
by Victor Stinner
· 12 years ago
14c81ab
#16135: Removal of OS/2 support (Modules/*)
by Jesus Cea
· 12 years ago
deb92b5
Closes #15969: rename new API to have consistent names in the faulthandler module.
by Georg Brandl
· 12 years ago
3cc635d
faulthandler: fix the handler of user signals
by Victor Stinner
· 12 years ago
98a387b
Fix the user signal handler of faulthandler
by Victor Stinner
· 12 years ago
55bce63
Issue #14154: Reimplement the bigmem test memory watchdog as a subprocess.
by Charles-François Natali
· 13 years ago
a247720
Issue #13874: read_null() of faulthandler uses volatile to avoid optimisation
by Victor Stinner
· 13 years ago
1134b0d
Fix _PyFaulthandler_Fini() so it can be called before _PyFaulthandler_Init()
by Victor Stinner
· 13 years ago
bd928fe
Rename _Py_identifier to _Py_IDENTIFIER.
by Martin v. Löwis
· 13 years ago
afe55bb
Add API for static strings, primarily good for identifiers.
by Martin v. Löwis
· 13 years ago
b244d07
Fix compilation error under Windows
by Antoine Pitrou
· 13 years ago
75e78b6
Use the faulthandler module's infrastructure to write a GIL-less
by Antoine Pitrou
· 13 years ago
6394188
Use the new Py_ARRAY_LENGTH macro
by Victor Stinner
· 13 years ago
425fcd3
Issue #12929: faulthandler now uses char* for arithmetic on pointers
by Victor Stinner
· 13 years ago
a9a9dab
Issue #12550: Add chain optional argument to faulthandler.register()
by Victor Stinner
· 13 years ago
0aafa4f
faulthandler: add missing include, pthread.h, for FreeBSD 6
by Victor Stinner
· 13 years ago
25095b2
Remove useless assignments
by Victor Stinner
· 13 years ago
9b49304
Close #12153: faulthandler, mark stack_overflow() as static
by Victor Stinner
· 13 years ago
410dd7d
Issue #12058: Minor edits to comments in faulthandler
by Victor Stinner
· 14 years ago
00bc6cc
faulthandler: improve_sigabrt() on Visual Studio
by Victor Stinner
· 14 years ago
e0c9a75
faulthandler: make quiet a gcc 4.6 warning (z was unused)
by Victor Stinner
· 14 years ago
7bba62f
faulthandler: dump all threads by default
by Victor Stinner
· 14 years ago
c925617
faulthandler: save/restore errno in the two signal handlers
by Victor Stinner
· 14 years ago
cf2a807
faulthandler: don't use sigprocmask()
by Victor Stinner
· 14 years ago
a4de6d8
Improve faulthandler.enable(all_threads=True)
by Victor Stinner
· 14 years ago
c790a53
faulthandler: dump_tracebacks_later() displays also the timeout
by Victor Stinner
· 14 years ago
9418932
faulthandler: fix variable name, timeout_ms => timeout_us
by Victor Stinner
· 14 years ago
de10f40
faulthandler: one more time, fix usage of locks in the watchdog thread
by Victor Stinner
· 14 years ago
cfa7123
faulthandler: fix unregister() if it is called before register()
by Victor Stinner
· 14 years ago
ff4cd88
faulthandler: fix compilating without threads
by Victor Stinner
· 14 years ago
44e31ba
faulthandler: we don't use (or need) SA_SIGINFO flag of sigaction()
by Victor Stinner
· 14 years ago
9699440
faulthandler: check PyThreadState_Get() result in dump_tracebacks_later()
by Victor Stinner
· 14 years ago
da9edae
Issue #11753: faulthandler thread uses pthread_sigmask()
by Victor Stinner
· 14 years ago
44378d4
Issue #11393: signal of user signal displays tracebacks even if tstate==NULL
by Victor Stinner
· 14 years ago
a01ca12
Issue #11393: Fix faulthandler.disable() and add a test
by Victor Stinner
· 14 years ago
d727e23
Issue #11393: The fault handler handles also SIGABRT
by Victor Stinner
· 14 years ago
bc6a4db
Issue #11393: fault handler uses raise(signum) for SIGILL on Windows
by Victor Stinner
· 14 years ago
f309134
Issue #11393: fix usage of locks in faulthandler
by Victor Stinner
· 14 years ago
a4d4f1b
Issue #11393: New try to fix faulthandler_thread()
by Victor Stinner
· 14 years ago
1c76b7f
Issue #11393: Fix faulthandler_thread(): release cancel lock before join lock
by Victor Stinner
· 14 years ago
f048075
Issue #11393: limit stack overflow test to 100 MB
by Victor Stinner
· 14 years ago
702624e
Issue #11393: Fix the documentation (cancel_dump_traceback_later)
by Victor Stinner
· 14 years ago
024e37a
Issue #11393: Add the new faulthandler module
by Victor Stinner
· 14 years ago