.. |
pycore_abstract.h
|
|
|
pycore_asdl.h
|
|
|
pycore_ast.h
|
|
|
pycore_ast_state.h
|
|
|
pycore_atomic.h
|
Fix typo in internal/pycore_atomic.h (GH-95939)
|
2022-08-13 11:40:41 +08:00 |
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
|
gh-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests (GH-96007)
|
2022-08-24 11:02:53 +01:00 |
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
|
|
|
pycore_genobject.h
|
|
|
pycore_getopt.h
|
|
|
pycore_gil.h
|
|
|
pycore_global_objects.h
|
GH-96075: move interned dict under runtime state (GH-96077)
|
2022-08-22 12:05:21 -07:00 |
pycore_global_strings.h
|
gh-64373: Convert _functools to Argument Clinic (#96640)
|
2022-10-07 10:36:40 -07: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-91052: Add C API for watching dictionaries (GH-31787)
|
2022-10-07 01:08:00 +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
|
GH-95245: Move weakreflist into the pre-header. (GH-95996)
|
2022-08-16 13:57:18 +01:00 |
pycore_opcode.h
|
gh-93554: Conditional jump opcodes only jump forward (GH-96318)
|
2022-09-01 21:36:47 +01: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-64373: Convert _functools to Argument Clinic (#96640)
|
2022-10-07 10:36:40 -07:00 |
pycore_signal.h
|
|
|
pycore_sliceobject.h
|
|
|
pycore_strhex.h
|
|
|
pycore_structseq.h
|
|
|
pycore_symtable.h
|
|
|
pycore_sysmodule.h
|
|
|
pycore_token.h
|
|
|
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
|
|
|