This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2026-04-13 23:31:02 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
524f03c08c
cpython
/
Include
/
internal
History
Download ZIP
Download TAR.GZ
Mark Shannon
fa2b8b75eb
Improve object stats (
#92845
)
...
* Add incref/decref stats * Show ratios for allocation in summary
2022-05-16 14:35:11 +01:00
..
pycore_abstract.h
pycore_accu.h
pycore_asdl.h
pycore_ast.h
pycore_ast_state.h
pycore_atomic.h
pycore_atomic_funcs.h
pycore_bitutils.h
pycore_blocks_output_buffer.h
pycore_bytes_methods.h
pycore_bytesobject.h
pycore_call.h
pycore_ceval.h
Use static inline function Py_EnterRecursiveCall() (
#91988
)
2022-05-04 13:30:23 +02:00
pycore_code.h
Improve object stats (
#92845
)
2022-05-16 14:35:11 +01:00
pycore_compile.h
pycore_condvar.h
pycore_context.h
pycore_dict.h
pycore_dtoa.h
pycore_emscripten_signal.h
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
2022-04-03 22:58:52 +02:00
pycore_exceptions.h
pycore_fileutils.h
pycore_floatobject.h
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
2022-04-19 19:02:19 +01:00
pycore_format.h
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
2022-04-11 15:34:18 +01:00
pycore_frame.h
GH-89480: Document motivation, design and implementation of 3.11 frame stack. (GH-32304)
2022-04-11 16:05:20 +01:00
pycore_function.h
pycore_gc.h
gh-89653: PEP 670: Convert pycore_gc.h macros to functions (
#92649
)
2022-05-11 13:37:18 +02:00
pycore_genobject.h
pycore_getopt.h
pycore_gil.h
pycore_global_objects.h
pycore_global_strings.h
gh-91162: Fix substitution of unpacked tuples in generic aliases (GH-92335)
2022-05-08 18:32:32 +03:00
pycore_hamt.h
pycore_hashtable.h
pycore_import.h
pycore_initconfig.h
pycore_interp.h
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)" (GH-32343)
2022-04-06 13:58:07 +02:00
pycore_interpreteridobject.h
pycore_list.h
pycore_long.h
pycore_moduleobject.h
pycore_namespace.h
pycore_object.h
Improve object stats (
#92845
)
2022-05-16 14:35:11 +01:00
pycore_opcode.h
gh-92031: Deoptimize Static Code at Finalization (GH-92039)
2022-05-03 08:59:12 -06:00
pycore_parser.h
pycore_pathconfig.h
pycore_pyarena.h
pycore_pyerrors.h
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
2022-04-19 19:02:19 +01:00
pycore_pyhash.h
pycore_pylifecycle.h
gh-64783: Fix signal.NSIG value on FreeBSD (
#91929
)
2022-04-26 00:13:31 +02:00
pycore_pymath.h
pycore_pymem.h
pycore_pystate.h
Revert "bpo-46850: Move _PyEval_EvalFrameDefault() to internal C API (GH-32052)" (GH-32343)
2022-04-06 13:58:07 +02:00
pycore_runtime.h
pycore_runtime_init.h
gh-92536: PEP 623: Remove wstr and legacy APIs from Unicode (GH-92537)
2022-05-12 14:48:38 +09:00
pycore_signal.h
gh-64783: Fix signal.NSIG value on FreeBSD (
#91929
)
2022-04-26 00:13:31 +02:00
pycore_sliceobject.h
pycore_strhex.h
gh-91768: C API no longer use "const PyObject*" type (
#91769
)
2022-04-21 22:07:19 +02:00
pycore_structseq.h
pycore_symtable.h
pycore_sysmodule.h
pycore_token.h
gh-92651: Remove the Include/token.h header file (
#92652
)
2022-05-11 23:22:50 +02:00
pycore_traceback.h
pycore_tuple.h
pycore_typeobject.h
pycore_ucnhash.h
pycore_unicodeobject.h
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
2022-04-19 19:02:19 +01:00
pycore_unionobject.h
gh-91603: Speed up isinstance/issubclass on union types (GH-91631)
2022-04-28 23:24:19 +08:00
pycore_warnings.h