cpython/Include/internal
Ivin Lee 4e6fac7fcc
gh-106608: make uop trace variable length (#107531)
Executors are now more like tuples.
2023-08-04 21:10:46 -07:00
..
pycore_abstract.h
pycore_asdl.h
pycore_ast.h
pycore_ast_state.h
pycore_atexit.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_atomic.h
pycore_atomic_funcs.h
pycore_bitutils.h
pycore_blocks_output_buffer.h
pycore_bytes_methods.h
pycore_bytesobject.h gh-106320: Remove _PyBytes_Join() C API (#107144) 2023-07-23 20:10:12 +00:00
pycore_call.h gh-107211: No longer export internal functions (1) (#107213) 2023-07-25 03:44:11 +02:00
pycore_ceval.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_ceval_state.h GH-104580: Put eval_breaker back at the start of the interpreter state. (GH-107383) 2023-07-28 13:55:25 +01:00
pycore_code.h Add some GC stats to Py_STATS (GH-107581) 2023-08-04 10:34:23 +01:00
pycore_codecs.h gh-86085: Remove _PyCodec_Forget() declaration (#106377) 2023-07-04 00:52:27 +02:00
pycore_compile.h gh-107211: No longer export internal functions (1) (#107213) 2023-07-25 03:44:11 +02:00
pycore_complexobject.h gh-106320: Move _PyUnicodeWriter to the internal C API (#106342) 2023-07-03 10:23:43 +02:00
pycore_condvar.h
pycore_context.h
pycore_descrobject.h gh-106320: Move _PyMethodWrapper_Type to internal C API (#107064) 2023-07-22 20:57:59 +00:00
pycore_dict.h gh-106320: Remove private _PyDict C API (#107145) 2023-07-24 14:02:03 +00:00
pycore_dict_state.h
pycore_dtoa.h gh-107211: No longer export internal functions (1) (#107213) 2023-07-25 03:44:11 +02:00
pycore_emscripten_signal.h
pycore_exceptions.h
pycore_faulthandler.h
pycore_fileutils.h gh-107211: No longer export internal functions (1) (#107213) 2023-07-25 03:44:11 +02:00
pycore_fileutils_windows.h
pycore_floatobject.h gh-107211: No longer export internal functions (1) (#107213) 2023-07-25 03:44:11 +02:00
pycore_flowgraph.h gh-106149: Simplify stack depth calculation. Replace asserts by exceptions. (#107255) 2023-07-26 13:32:47 +01:00
pycore_format.h
pycore_frame.h gh-106869: Use new PyMemberDef constant names (#106871) 2023-07-25 15:28:30 +02:00
pycore_function.h gh-106320: Remove _PyFunction_Vectorcall() API (#107071) 2023-07-22 21:44:33 +00:00
pycore_gc.h
pycore_genobject.h gh-107211: No longer export internal functions (1) (#107213) 2023-07-25 03:44:11 +02:00
pycore_getopt.h
pycore_gil.h
pycore_global_objects.h gh-106931: Intern Statically Allocated Strings Globally (gh-107272) 2023-07-27 13:56:59 -06:00
pycore_global_objects_fini_generated.h gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304) 2023-07-09 15:27:03 +03:00
pycore_global_strings.h gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304) 2023-07-09 15:27:03 +03:00
pycore_hamt.h
pycore_hashtable.h gh-106931: Intern Statically Allocated Strings Globally (gh-107272) 2023-07-27 13:56:59 -06:00
pycore_import.h gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974) 2023-07-28 14:39:08 -06:00
pycore_initconfig.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_instruments.h GH-106895: Raise a ValueError when attempting to disable events that cannot be disabled. (GH-107337) 2023-07-27 15:27:11 +01:00
pycore_interp.h GH-104580: Put eval_breaker back at the start of the interpreter state. (GH-107383) 2023-07-28 13:55:25 +01:00
pycore_intrinsics.h gh-105481: do not auto-generate pycore_intrinsics.h (#106913) 2023-07-20 17:46:04 +01:00
pycore_list.h
pycore_long.h GH-84436: Skip refcounting for known immortals (GH-107605) 2023-08-04 16:24:50 -07:00
pycore_memoryobject.h
pycore_modsupport.h gh-106320: Create pycore_modsupport.h header file (#106355) 2023-07-03 09:39:11 +00:00
pycore_moduleobject.h gh-106320: Remove private _PyModule API (#107070) 2023-07-22 21:41:11 +00:00
pycore_namespace.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_object.h gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) 2023-08-03 19:51:08 +00:00
pycore_object_state.h gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) 2023-08-03 19:51:08 +00:00
pycore_obmalloc.h
pycore_obmalloc_init.h
pycore_opcode.h gh-105481: remove dependency of _inline_cache_entries on opname (#107339) 2023-07-27 14:15:25 +01:00
pycore_opcode_metadata.h gh-106812: Refactor cases_generator to allow uops with array stack effects (#107564) 2023-08-04 09:35:56 -07:00
pycore_opcode_utils.h
pycore_parser.h
pycore_pathconfig.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_pyarena.h gh-107211: No longer export internal functions (2) (#107214) 2023-07-25 03:49:28 +02:00
pycore_pyerrors.h gh-107211: No longer export internal functions (2) (#107214) 2023-07-25 03:49:28 +02:00
pycore_pyhash.h gh-107211: No longer export internal variables (#107218) 2023-07-25 03:48:04 +00:00
pycore_pylifecycle.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_pymath.h
pycore_pymem.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_pymem_init.h
pycore_pystate.h gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974) 2023-07-28 14:39:08 -06:00
pycore_pythread.h
pycore_range.h
pycore_runtime.h gh-106931: Intern Statically Allocated Strings Globally (gh-107272) 2023-07-27 13:56:59 -06:00
pycore_runtime_init.h gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) 2023-08-03 19:51:08 +00:00
pycore_runtime_init_generated.h gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304) 2023-07-09 15:27:03 +03:00
pycore_setobject.h gh-107211: No longer export internal functions (2) (#107214) 2023-07-25 03:49:28 +02:00
pycore_signal.h gh-107211: No longer export internal functions (2) (#107214) 2023-07-25 03:49:28 +02:00
pycore_sliceobject.h
pycore_strhex.h
pycore_structseq.h gh-107211: No longer export internal functions (4) (#107217) 2023-07-25 03:16:28 +00:00
pycore_symtable.h gh-107211: Rename PySymtable_Lookup() to _PySymtable_Lookup() (#107212) 2023-07-25 00:54:09 +00:00
pycore_sysmodule.h gh-107211: No longer export internal functions (3) (#107215) 2023-07-25 02:25:45 +00:00
pycore_time.h gh-107211: No longer export internal functions (3) (#107215) 2023-07-25 02:25:45 +00:00
pycore_token.h gh-107015: Remove async_hacks from the tokenizer (#107018) 2023-07-26 16:34:15 +01:00
pycore_traceback.h gh-107211: No longer export internal functions (3) (#107215) 2023-07-25 02:25:45 +00:00
pycore_tracemalloc.h gh-107211: No longer export internal functions (3) (#107215) 2023-07-25 02:25:45 +00:00
pycore_tuple.h gh-106320: Remove _PyTuple_MaybeUntrack() C API (#107143) 2023-07-23 19:16:21 +00:00
pycore_typeobject.h gh-107211: No longer export internal variables (#107218) 2023-07-25 03:48:04 +00:00
pycore_typevarobject.h
pycore_ucnhash.h
pycore_unicodeobject.h gh-107211: No longer export internal functions (3) (#107215) 2023-07-25 02:25:45 +00:00
pycore_unicodeobject_generated.h gh-106303: Use _PyObject_LookupAttr() instead of PyObject_GetAttr() (GH-106304) 2023-07-09 15:27:03 +03:00
pycore_unionobject.h
pycore_uops.h gh-106608: make uop trace variable length (#107531) 2023-08-04 21:10:46 -07:00
pycore_warnings.h gh-107211: No longer export internal functions (3) (#107215) 2023-07-25 02:25:45 +00:00
pycore_weakref.h