This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-07 05:01:13 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4fc82b6d3b99f873179937215833e7a573ca7876
cpython
/
Python
T
History
Irit Katriel
4fc82b6d3b
gh-120225: fix crash in compiler on empty block at end of exception handler (
#120235
)
2024-06-07 22:37:35 +01:00
..
clinic
…
frozen_modules
…
_warnings.c
…
asdl.c
…
asm_trampoline.S
…
assemble.c
…
ast_opt.c
…
ast_unparse.c
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (
#119619
)
2024-05-29 09:51:19 +02:00
ast.c
…
bltinmodule.c
gh-117657: Fix race involving immortalizing objects (
#119927
)
2024-06-03 20:58:41 +00:00
bootstrap_hash.c
…
brc.c
Fix typos in documentation and comments (
#119763
)
2024-06-04 10:22:22 +00:00
bytecodes.c
gh-74929: PEP 667 C API documentation (gh-119379)
2024-06-01 13:59:35 +10:00
ceval_gil.c
…
ceval_macros.h
…
ceval.c
Fix typos in documentation and comments (
#119763
)
2024-06-04 10:22:22 +00:00
codecs.c
…
compile.c
gh-93691: fix too broad source locations of with-statement instructions (
#120125
)
2024-06-07 14:06:24 +01:00
condvar.h
…
config_common.h
…
context.c
…
critical_section.c
…
crossinterp_data_lookup.h
…
crossinterp_exceptions.h
gh-117398: Use Per-Interpreter State for the _datetime Static Types (gh-119929)
2024-06-03 17:09:18 -06:00
crossinterp.c
…
dtoa.c
…
dup2.c
…
dynamic_annotations.c
…
dynload_hpux.c
…
dynload_shlib.c
…
dynload_stub.c
…
dynload_win.c
…
emscripten_signal.c
…
emscripten_trampoline.c
…
errors.c
…
executor_cases.c.h
gh-74929: PEP 667 C API documentation (gh-119379)
2024-06-01 13:59:35 +10:00
fileutils.c
…
flowgraph.c
gh-120225: fix crash in compiler on empty block at end of exception handler (
#120235
)
2024-06-07 22:37:35 +01:00
formatter_unicode.c
…
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
…
gc_free_threading.c
gh-117657: Fix race involving GC and heap initialization (
#119923
)
2024-06-04 09:42:13 -04:00
gc_gil.c
…
gc.c
Fix typos in documentation and comments (
#119763
)
2024-06-04 10:22:22 +00:00
generated_cases.c.h
gh-74929: PEP 667 C API documentation (gh-119379)
2024-06-01 13:59:35 +10:00
getargs.c
gh-117557: Improve error messages when a string, bytes or bytearray of length 1 are expected (GH-117631)
2024-05-28 12:01:37 +03:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
gh-117657: Fix TSAN race involving import lock (
#118523
)
2024-06-06 13:40:58 -04:00
importdl.c
…
initconfig.c
…
instruction_sequence.c
…
instrumentation.c
…
interpconfig.c
…
intrinsics.c
…
jit.c
…
legacy_tracing.c
…
lock.c
gh-117657: Fix TSAN race involving import lock (
#118523
)
2024-06-06 13:40:58 -04:00
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
object_stack.c
…
opcode_targets.h
…
optimizer_analysis.c
…
optimizer_bytecodes.c
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (GH-119510)
2024-05-28 12:45:11 -07:00
optimizer_cases.c.h
gh-119821: Support non-dict globals in LOAD_FROM_DICT_OR_GLOBALS (
#119822
)
2024-05-31 14:05:24 -07:00
optimizer_symbols.c
…
optimizer.c
Fix typos in documentation and comments (
#119763
)
2024-06-04 10:22:22 +00:00
parking_lot.c
gh-117657: Avoid
sem_clockwait
in TSAN (
#119915
)
2024-06-03 13:42:27 -04:00
pathconfig.c
…
perf_jit_trampoline.c
…
perf_trampoline.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (
#119619
)
2024-05-29 09:51:19 +02:00
pylifecycle.c
gh-111499: Fix PYTHONMALLOCSTATS at Python exit (
#120021
)
2024-06-04 11:39:07 +02:00
pymath.c
…
pystate.c
gh-117657: Fix race involving GC and heap initialization (
#119923
)
2024-06-04 09:42:13 -04:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (
#119619
)
2024-05-29 09:51:19 +02:00
Python-ast.c
…
Python-tokenize.c
gh-119704: Fix reference leak in the `
Python/Python-tokenize.c
` (
#119705
)
2024-05-29 07:56:44 +01:00
pythonrun.c
…
pytime.c
gh-119613: Use C99+ functions instead of Py_IS_NAN/INFINITY/FINITE (
#119619
)
2024-05-29 09:51:19 +02:00
qsbr.c
gh-117657: Fix TSAN race in QSBR assertion (
#119887
)
2024-06-01 10:04:38 -04:00
README
…
specialize.c
…
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
gh-119981: Use do while(0) in some symtable.c multi-line macros (
#119982
)
2024-06-03 15:48:02 +00:00
sysmodule.c
gh-74929: PEP 667 C API documentation (gh-119379)
2024-06-01 13:59:35 +10:00
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
…
thread.c
…
tier2_engine.md
…
traceback.c
…
tracemalloc.c
…
vm-state.md
Fix typos in documentation and comments (
#119763
)
2024-06-04 10:22:22 +00:00
README
Miscellaneous source files for the main Python shared library
Reference in New Issue
View Git Blame
Copy Permalink