cpython/Python
2023-10-02 16:56:34 +02:00
..
clinic
deepfreeze
frozen_modules
_warnings.c
adaptive.md
asdl.c
asm_trampoline.S
assemble.c
ast.c [3.12] gh-109341: Fix crash on compiling invalid AST including TypeAlias (GH-109349) (#109381) 2023-09-15 00:40:19 +02:00
ast_opt.c [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
bytecodes.c [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123) (#109173) 2023-09-12 15:59:09 +02:00
ceval.c [3.12] GH-108390: Prevent non-local events being set with sys.monitoring.set_local_events() (GH-108420) (#108899) 2023-09-05 11:29:38 +00:00
ceval_gil.c [3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109133) 2023-10-02 16:55:06 +02:00
ceval_macros.h
codecs.c
compile.c [3.12] gh-105658: fix excess trace events for except block ending with a conditional block (#109384) (#109411) 2023-09-15 00:41:03 +02:00
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
errors.c [3.12] gh-107916: Save the error code before decoding the filename in PyErr_SetFromErrnoWithFilename() etc (GH-107929) (#108205) 2023-08-21 14:33:46 +02:00
fileutils.c [3.12] gh-107913: Fix possible losses of OSError error codes (GH-107930) (#108523) 2023-08-27 01:24:40 +02:00
flowgraph.c [3.12] gh-109889: comment out assertion indicating a failed optimization of a redundant NOP (#109899) 2023-09-26 17:17:32 +02:00
formatter_unicode.c
frame.c
frozen.c
frozenmain.c
future.c
generated_cases.c.h [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123) (#109173) 2023-09-12 15:59:09 +02:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c [3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571) 2023-08-02 23:23:15 +02:00
importdl.c
importdl.h
initconfig.c
instrumentation.c [3.12] gh-109371: Fix monitoring with instruction events set (gh-109385) (#109542) 2023-09-18 17:40:51 +02:00
intrinsics.c
legacy_tracing.c [3.12] GH-107724: Fix the signature of PY_THROW callback functions. (GH-107725) (#107802) 2023-08-11 11:58:27 +02:00
makeopcodetargets.py
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
opcode_metadata.h [3.12] gh-109118: Fix runtime crash when NameError happens in PEP 695 function (GH-109123) (#109173) 2023-09-12 15:59:09 +02:00
opcode_targets.h
pathconfig.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c [3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (#107751) 2023-08-16 12:03:05 +02:00
pymath.c
pystate.c [3.12] gh-104690: thread_run() checks for tstate dangling pointer (#109056) (#109133) 2023-10-02 16:55:06 +02:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
Python-tokenize.c
pythonrun.c [3.12] gh-109179: Fix traceback display for SyntaxErrors with notes (#109197) (#109280) 2023-10-02 16:56:34 +02:00
pytime.c
README
specialize.c
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c [3.12] gh-109207: Fix SystemError when printing symtable entry object. (GH-109225) (#109227) 2023-10-02 16:55:41 +02:00
sysmodule.c
thread.c
thread_nt.h
thread_pthread.h
thread_pthread_stubs.h
traceback.c [3.12] gh-106922: Fix error location for constructs with spaces and parentheses (GH-108959) (#109147) 2023-09-08 17:04:28 +00:00
tracemalloc.c

Miscellaneous source files for the main Python shared library