cpython/Python
Victor Stinner 250035d134
bpo-42923: Dump extension modules on fatal error (GH-24207)
The Py_FatalError() function and the faulthandler module now dump the
list of extension modules on a fatal error.

Add _Py_DumpExtensionModules() and _PyModule_IsExtension() internal
functions.
2021-01-18 20:47:13 +01:00
..
clinic
_warnings.c
asdl.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
ceval.c Update frame.f_lineno before any call to the (C) tracing function. (GH-24150) 2021-01-07 16:49:02 +00:00
ceval_gil.h
codecs.c
compile.c Mark instructions at end of class scope as artificial. (GH-24222) 2021-01-15 13:52:00 +00:00
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c
fileutils.c
formatter_unicode.c
frozen.c
frozenmain.c
future.c
getargs.c
getcompiler.c
getcopyright.c Bring Python into the new year. (GH-24036) 2021-01-02 00:37:23 +09:00
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c bpo-41994: Fix refcount issues in Python/import.c (GH-22632) 2021-01-12 15:43:32 +01:00
importdl.c
importdl.h
importlib.h bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) 2021-01-13 12:05:43 +00:00
importlib_external.h bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) 2021-01-13 12:05:43 +00:00
importlib_zipimport.h bpo-42908: Mark cleanup code at end of try-except and with artificial (#24202) 2021-01-13 12:05:43 +00:00
initconfig.c
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_targets.h bpo-42246: Make sure that f_lasti, and thus f_lineno, is set correctly after raising or reraising an exception (GH-23803) 2020-12-17 13:55:28 +00:00
pathconfig.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c bpo-42923: Dump extension modules on fatal error (GH-24207) 2021-01-18 20:47:13 +01:00
pymath.c
pystate.c bpo-42882: _PyRuntimeState_Init() leaves unicode next_index unchanged (GH-24193) 2021-01-12 10:29:45 +01:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
pythonrun.c
pytime.c
README
structmember.c
symtable.c
sysmodule.c Fix typos in sysmodule (GH-23883) 2020-12-22 18:31:46 -04:00
thread.c
thread_nt.h
thread_pthread.h bpo-31904: Define THREAD_STACK_SIZE for VxWorks (GH-23718) 2020-12-09 22:47:28 +01:00
traceback.c bpo-42923: Py_FatalError() avoids fprintf() (GH-24242) 2021-01-18 18:34:56 +01:00
wordcode_helpers.h

Miscellaneous source files for the main Python shared library