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-10 06:29:05 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Python
History
Sam Gross
446f18a911
gh-111956: Add thread-safe one-time initialization. (gh-111960)
2023-11-16 12:19:54 -07:00
..
clinic
gh-111089: Revert PyUnicode_AsUTF8() changes (
#111833
)
2023-11-07 22:36:13 +00:00
deepfreeze
…
frozen_modules
…
_warnings.c
…
abstract_interp_cases.c.h
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
2023-11-14 15:30:33 +00:00
adaptive.md
…
asdl.c
…
asm_trampoline.S
…
assemble.c
…
ast_opt.c
…
ast_unparse.c
…
ast.c
…
bltinmodule.c
gh-111999: Add signatures and improve docstrings for builtins (GH-112000)
2023-11-13 09:13:49 +02:00
bootstrap_hash.c
…
bytecodes.c
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
2023-11-14 15:30:33 +00:00
ceval_gil.c
…
ceval_macros.h
…
ceval.c
GH-111848: Set the IP when de-optimizing (GH-112065)
2023-11-15 15:48:58 +00:00
codecs.c
…
compile.c
gh-107149: make new opcode util functions private rather than public and unstable (
#112042
)
2023-11-14 00:31:02 +00:00
condvar.h
…
context.c
…
critical_section.c
gh-111569: Implement Python critical section API (gh-111571)
2023-11-08 15:39:29 -07:00
crossinterp.c
gh-111623: Add Support for Cross-interpreter tuples (gh-111628)
2023-11-07 10:58:29 -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
gh-76785: Move _Py_excinfo Functions Out of the Internal C-API (gh-111715)
2023-11-06 11:09:22 -07:00
executor_cases.c.h
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
2023-11-14 15:30:33 +00:00
fileutils.c
gh-111856: Fix os.fstat on windows with FAT32 and exFAT filesystem (GH-112038)
2023-11-13 16:10:06 +00:00
flowgraph.c
…
formatter_unicode.c
…
frame.c
…
frozen.c
…
frozenmain.c
…
future.c
…
generated_cases.c.h
GH-111848: Convert remaining jumps to deopts into tier 2 code. (GH-112045)
2023-11-14 15:30:33 +00:00
getargs.c
gh-111956: Add thread-safe one-time initialization. (gh-111960)
2023-11-16 12:19:54 -07:00
getcompiler.c
…
getcopyright.c
…
getopt.c
…
getplatform.c
…
getversion.c
…
hamt.c
…
hashtable.c
…
import.c
gh-111262: Add PyDict_Pop() function (
#112028
)
2023-11-14 12:51:00 +00:00
importdl.c
…
initconfig.c
…
instrumentation.c
…
intrinsics.c
gh-107149: make new opcode util functions private rather than public and unstable (
#112042
)
2023-11-14 00:31:02 +00:00
legacy_tracing.c
…
lock.c
gh-111956: Add thread-safe one-time initialization. (gh-111960)
2023-11-16 12:19:54 -07:00
marshal.c
…
modsupport.c
…
mysnprintf.c
…
mystrtoul.c
…
opcode_targets.h
…
optimizer_analysis.c
GH-111848: Set the IP when de-optimizing (GH-112065)
2023-11-15 15:48:58 +00:00
optimizer.c
GH-111848: Set the IP when de-optimizing (GH-112065)
2023-11-15 15:48:58 +00:00
parking_lot.c
…
pathconfig.c
…
perf_trampoline.c
…
preconfig.c
…
pyarena.c
…
pyctype.c
…
pyfpe.c
…
pyhash.c
…
pylifecycle.c
…
pymath.c
…
pystate.c
gh-111956: Add thread-safe one-time initialization. (gh-111960)
2023-11-16 12:19:54 -07:00
pystrcmp.c
…
pystrhex.c
…
pystrtod.c
…
Python-ast.c
gh-111956: Add thread-safe one-time initialization. (gh-111960)
2023-11-16 12:19:54 -07:00
Python-tokenize.c
…
pythonrun.c
…
pytime.c
…
README
…
specialize.c
GH-111772: Specialize slot loads and stores for
_Py_T_OBJECT
(GH-111773)
2023-11-06 13:55:04 +00:00
stdlib_module_names.h
…
structmember.c
…
suggestions.c
…
symtable.c
…
sysmodule.c
gh-111262: Add PyDict_Pop() function (
#112028
)
2023-11-14 12:51:00 +00:00
thread_nt.h
…
thread_pthread_stubs.h
…
thread_pthread.h
gh-81925: Implement native thread ids for kFreeBSD (
#111761
)
2023-11-09 21:02:30 +01:00
thread.c
…
traceback.c
Remove dead code left after gh-110721 (
#111905
)
2023-11-10 22:30:01 +00:00
tracemalloc.c
…
vm-state.md
…
README
Miscellaneous source files for the main Python shared library