This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 04:08:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b05afdd5ec
cpython
/
Python
History
Download ZIP
Download TAR.GZ
Michael Droettboom
b05afdd5ec
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
..
clinic
deepfreeze
frozen_modules
_warnings.c
adaptive.md
asdl.c
asm_trampoline.S
assemble.c
ast.c
ast_opt.c
ast_unparse.c
bltinmodule.c
bootstrap_hash.c
brc.c
gh-112175: Add
eval_breaker
to
PyThreadState
(
#115194
)
2024-02-20 09:57:48 -05:00
bytecodes.c
gh-115778: Add
tierN
annotation for instruction definitions (
#115815
)
2024-02-23 17:31:57 +00:00
ceval.c
Tier 2 cleanups and tweaks (
#115534
)
2024-02-20 20:24:35 +00:00
ceval_gil.c
gh-112175: Add
eval_breaker
to
PyThreadState
(
#115194
)
2024-02-20 09:57:48 -05:00
ceval_macros.h
gh-115778: Add
tierN
annotation for instruction definitions (
#115815
)
2024-02-23 17:31:57 +00:00
codecs.c
compile.c
gh-111789: Use PyDict_GetItemRef() in Python/compile.c (GH-112083)
2024-02-23 12:35:27 +01:00
condvar.h
context.c
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
2024-02-16 01:01:36 +00:00
critical_section.c
crossinterp.c
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
2024-02-13 14:56:49 -07:00
crossinterp_data_lookup.h
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
2024-02-13 14:56:49 -07:00
crossinterp_exceptions.h
gh-76785: Improved Subinterpreters Compatibility with 3.12 (gh-115424)
2024-02-13 14:56:49 -07:00
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-115778: Add
tierN
annotation for instruction definitions (
#115815
)
2024-02-23 17:31:57 +00:00
fileutils.c
flowgraph.c
gh-115796: fix exception table construction in _testinternalcapi.assemble_code_object (
#115797
)
2024-02-22 12:36:44 +00:00
formatter_unicode.c
frame.c
frozen.c
frozenmain.c
future.c
gc.c
gh-110850: Use public PyTime functions (
#115746
)
2024-02-20 23:31:30 +00:00
gc_free_threading.c
gh-110850: Use public PyTime functions (
#115746
)
2024-02-20 23:31:30 +00:00
gc_gil.c
gh-111968: Rename freelist related struct names to Eric's suggestion (gh-115329)
2024-02-14 00:32:51 +00:00
generated_cases.c.h
gh-115778: Add
tierN
annotation for instruction definitions (
#115815
)
2024-02-23 17:31:57 +00:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c
gh-110850: Rename internal PyTime C API functions (
#115734
)
2024-02-20 22:16:37 +00:00
importdl.c
initconfig.c
gh-90300: Reformat the Python CLI help output (GH-93415)
2024-02-23 10:27:07 +01:00
instrumentation.c
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
intrinsics.c
jit.c
GH-115802: JIT "small" code for macOS and Linux (GH-115826)
2024-02-26 08:32:44 -08:00
legacy_tracing.c
lock.c
gh-110850: Rename internal PyTime C API functions (
#115734
)
2024-02-20 22:16:37 +00:00
marshal.c
modsupport.c
mysnprintf.c
mystrtoul.c
object_stack.c
gh-111968: Split _Py_dictkeys_freelist out of _Py_dict_freelist (gh-115505)
2024-02-16 01:01:36 +00:00
opcode_targets.h
optimizer.c
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
optimizer_analysis.c
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
optimizer_bytecodes.c
Rename tier 2 redundancy eliminator to optimizer (
#115888
)
2024-02-26 08:42:53 -08:00
optimizer_cases.c.h
Rename tier 2 redundancy eliminator to optimizer (
#115888
)
2024-02-26 08:42:53 -08:00
parking_lot.c
gh-110850: Rename internal PyTime C API functions (
#115734
)
2024-02-20 22:16:37 +00:00
pathconfig.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
pymath.c
pystate.c
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c
Python-tokenize.c
pythonrun.c
gh-115914: minor cleanup: simplify filename_obj assignment in PyRun_AnyFileExFlags (gh-115916)
2024-02-25 12:45:38 -08:00
pytime.c
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (
#115753
)
2024-02-21 11:46:00 +01:00
qsbr.c
gh-115103: Implement delayed memory reclamation (QSBR) (
#115180
)
2024-02-16 15:25:19 -05:00
README
specialize.c
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
stdlib_module_names.h
structmember.c
suggestions.c
symtable.c
gh-96497: Mangle name before symtable lookup in 'symtable_extend_namedexpr_scope' (GH-96561)
2024-02-17 12:06:31 +00:00
sysmodule.c
gh-115168: Add pystats counter for invalidated executors (GH-115169)
2024-02-26 17:51:47 +00:00
thread.c
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (
#115753
)
2024-02-21 11:46:00 +01:00
thread_nt.h
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (
#115753
)
2024-02-21 11:46:00 +01:00
thread_pthread.h
gh-110850: Cleanup PyTime API: PyTime_t are nanoseconds (
#115753
)
2024-02-21 11:46:00 +01:00
thread_pthread_stubs.h
tier2_engine.md
GH-112354: Initial implementation of warm up on exits and trace-stitching (GH-114142)
2024-02-20 09:39:55 +00:00
traceback.c
tracemalloc.c
vm-state.md
README
Miscellaneous source files for the main Python shared library