| .. |
|
pycore_abstract.h
|
|
|
|
pycore_asdl.h
|
|
|
|
pycore_ast.h
|
|
|
|
pycore_ast_state.h
|
gh-95185: Check recursion depth in the AST constructor (#95186)
|
2022-07-24 15:58:52 +01:00 |
|
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-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_code.h
|
GH-93911: Specialize LOAD_ATTR for custom __getattribute__ (GH-93988)
|
2022-08-17 12:37:07 +01: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-46845: clean up unused DK_IXSIZE (GH-96405)
|
2022-08-30 16:03:30 +09:00 |
|
pycore_dtoa.h
|
|
|
|
pycore_emscripten_signal.h
|
|
|
|
pycore_exceptions.h
|
|
|
|
pycore_fileutils.h
|
|
|
|
pycore_floatobject.h
|
|
|
|
pycore_format.h
|
|
|
|
pycore_frame.h
|
GH-96237: Allow non-functions as reference-holder in frames. (GH-96238)
|
2022-08-25 10:16:55 +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-93678: add _testinternalcapi.optimize_cfg() and test utils for compiler optimization unit tests (GH-96007)
|
2022-08-24 11:02:53 +01:00 |
|
pycore_hamt.h
|
|
|
|
pycore_hashtable.h
|
|
|
|
pycore_import.h
|
|
|
|
pycore_initconfig.h
|
|
|
|
pycore_interp.h
|
gh-94673: Add Per-Interpreter Storage for Static Builtin Types (#95255)
|
2022-07-26 17:26:43 -06:00 |
|
pycore_interpreteridobject.h
|
|
|
|
pycore_list.h
|
gh-91247: Use memcpy for list and tuple repeat (#91482)
|
2022-07-25 22:10:23 -04:00 |
|
pycore_long.h
|
|
|
|
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-90997: Wrap yield from/await in a virtual try/except StopIteration (GH-96010)
|
2022-08-19 12:33:44 -07: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-95909: Make _PyArg_Parser initialization thread safe (GH-95958)
|
2022-08-16 11:22:14 -07:00 |
|
pycore_runtime_init.h
|
GH-90699: Move generated static initializer to pycore_runtime_generated.h (GH-94051)
|
2022-07-07 13:04:05 -07:00 |
|
pycore_runtime_init_generated.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_signal.h
|
|
|
|
pycore_sliceobject.h
|
|
|
|
pycore_strhex.h
|
|
|
|
pycore_structseq.h
|
gh-94673: Add _PyStaticType_InitBuiltin() (#95152)
|
2022-07-25 12:47:31 -06:00 |
|
pycore_symtable.h
|
|
|
|
pycore_sysmodule.h
|
|
|
|
pycore_token.h
|
|
|
|
pycore_traceback.h
|
|
|
|
pycore_tuple.h
|
|
|
|
pycore_typeobject.h
|
GH-93911: Specialize LOAD_ATTR for custom __getattribute__ (GH-93988)
|
2022-08-17 12:37:07 +01:00 |
|
pycore_ucnhash.h
|
|
|
|
pycore_unicodeobject.h
|
|
|
|
pycore_unionobject.h
|
|
|
|
pycore_warnings.h
|
|
|