cpython/Include/internal
2022-10-21 14:41:51 +01:00
..
pycore_abstract.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 GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510) 2022-10-05 01:34:03 +01:00
pycore_code.h GH-90997: Improve inline cache performance for MSVC (GH-96781) 2022-09-14 17:05:04 -07:00
pycore_compile.h
pycore_condvar.h
pycore_context.h
pycore_descrobject.h
pycore_dict.h GH-91052: Add C API for watching dictionaries (GH-31787) 2022-10-07 01:08:00 +01:00
pycore_dtoa.h
pycore_emscripten_signal.h
pycore_exceptions.h
pycore_fileutils.h
pycore_floatobject.h
pycore_format.h
pycore_frame.h GH-96569: Add two NULL checks to avoid undefined behavior. (GH-96585) 2022-09-06 16:45:43 +01:00
pycore_function.h
pycore_gc.h gh-97922: Run the GC only on eval breaker (#97920) 2022-10-08 07:57:09 -07:00
pycore_genobject.h
pycore_getopt.h
pycore_gil.h
pycore_global_objects.h
pycore_global_strings.h gh-95023: Added os.setns and os.unshare functions (#95046) 2022-10-20 11:08:54 +02:00
pycore_hamt.h
pycore_hashtable.h
pycore_import.h
pycore_initconfig.h gh-96512: Move int_max_str_digits setting to PyConfig (#96944) 2022-10-03 13:55:45 -07:00
pycore_interp.h gh-91051: allow setting a callback hook on PyType_Modified (GH-97875) 2022-10-21 14:41:51 +01:00
pycore_interpreteridobject.h
pycore_list.h
pycore_long.h gh-95778: Correctly pre-check for int-to-str conversion (#96537) 2022-09-04 09:21:18 -07:00
pycore_moduleobject.h
pycore_namespace.h
pycore_object.h
pycore_opcode.h gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
pycore_parser.h
pycore_pathconfig.h
pycore_pyarena.h
pycore_pyerrors.h
pycore_pyhash.h
pycore_pylifecycle.h
pycore_pymath.h
pycore_pymem.h
pycore_pystate.h GH-96177: Move GIL and eval breaker code out of ceval.c into ceval_gil.c. (GH-96204) 2022-08-24 14:21:01 +01:00
pycore_range.h
pycore_runtime.h gh-96947: Fix comment on pyruntimestate->pyinterpreters struct for next_id (GH-96949) 2022-09-20 12:54:33 -07:00
pycore_runtime_init.h GH-91079: Decouple C stack overflow checks from Python recursion checks. (GH-96510) 2022-10-05 01:34:03 +01:00
pycore_runtime_init_generated.h gh-95023: Added os.setns and os.unshare functions (#95046) 2022-10-20 11:08:54 +02:00
pycore_signal.h
pycore_sliceobject.h
pycore_strhex.h
pycore_structseq.h
pycore_symtable.h Make _symtable_entry.ste_type's comment consistent wit _Py_block_ty (#92414) 2022-10-07 10:53:07 -07:00
pycore_sysmodule.h
pycore_token.h gh-97669: Create Tools/build/ directory (#97963) 2022-10-17 12:01:00 +02:00
pycore_traceback.h
pycore_tuple.h
pycore_typeobject.h GH-90699: use statically allocated interned strings in typeobject's slotdefs (GH-94706) 2022-09-07 15:02:08 -07:00
pycore_ucnhash.h
pycore_unicodeobject.h GH-96458: Statically initialize utf8 representation of static strings (#96481) 2022-09-02 23:43:08 -07:00
pycore_unionobject.h
pycore_warnings.h