This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-08 20:17:11 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Mark Shannon
1795d6ceba
GH-122869: Add missing tier two optimizer cases (GH-122936)
2024-08-12 10:35:52 -07:00
..
clinic
…
frozen_modules
…
_warnings.c
…
asdl.c
…
asm_trampoline.S
…
assemble.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
…
bootstrap_hash.c
…
brc.c
…
bytecodes.c
gh-118926: Spill deferred references to stack in cases generator (
#122748
)
2024-08-07 13:23:53 -04:00
ceval_gil.c
gh-122860: Remove unused macro
_Py_atomic_load_relaxed_int32
(
#122861
)
2024-08-11 22:45:02 +05:30
ceval_macros.h
gh-122860: Remove unused macro
_Py_atomic_load_relaxed_int32
(
#122861
)
2024-08-11 22:45:02 +05:30
ceval.c
gh-122728: Fix SystemError in PyEval_GetLocals() (
#122735
)
2024-08-06 23:01:44 +02:00
codecs.c
…
compile.c
…
condvar.h
…
config_common.h
…
context.c
…
critical_section.c
…
crossinterp_data_lookup.h
…
crossinterp_exceptions.h
…
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-118926: Spill deferred references to stack in cases generator (
#122748
)
2024-08-07 13:23:53 -04:00
fileutils.c
…
flowgraph.c
…
formatter_unicode.c
…
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
…
gc_free_threading.c
gh-122697: Fix free-threading memory leaks at shutdown (
#122703
)
2024-08-08 12:48:17 -04:00
gc_gil.c
…
gc.c
…
generated_cases.c.h
GH-120024: Tidy up case generator code a bit. (GH-122780)
2024-08-08 10:57:59 +01:00
getargs.c
gh-118814: Fix the TypeVar constructor when name is passed by keyword (GH-122664)
2024-08-07 23:30:10 +03:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
…
importdl.c
…
initconfig.c
…
instruction_sequence.c
…
instrumentation.c
gh-122247: Move instruction instrumentation sanity check after tracing check (
#122251
)
2024-08-07 21:30:14 -07:00
interpconfig.c
…
intrinsics.c
…
jit.c
…
legacy_tracing.c
…
lock.c
…
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
object_stack.c
…
opcode_targets.h
…
optimizer_analysis.c
…
optimizer_bytecodes.c
GH-122869: Add missing tier two optimizer cases (GH-122936)
2024-08-12 10:35:52 -07:00
optimizer_cases.c.h
GH-122869: Add missing tier two optimizer cases (GH-122936)
2024-08-12 10:35:52 -07:00
optimizer_symbols.c
…
optimizer.c
…
parking_lot.c
…
pathconfig.c
…
perf_jit_trampoline.c
…
perf_trampoline.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
gh-122697: Fix free-threading memory leaks at shutdown (
#122703
)
2024-08-08 12:48:17 -04:00
pymath.c
…
pystate.c
gh-122697: Fix free-threading memory leaks at shutdown (
#122703
)
2024-08-08 12:48:17 -04:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
…
Python-tokenize.c
…
pythonrun.c
…
pytime.c
…
qsbr.c
…
README
…
specialize.c
…
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
gh-122562: fix dump_symtable for ste_free and ste_child_free removal (
#122825
)
2024-08-08 14:03:45 +01:00
sysmodule.c
…
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
…
thread.c
…
tier2_engine.md
…
traceback.c
…
tracemalloc.c
…
typeid.c
gh-122417: Implement per-thread heap type refcounts (
#122418
)
2024-08-06 14:36:57 -04:00
vm-state.md
…
README
Miscellaneous source files for the main Python shared library