| .. |
|
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
|
|
|
|
pycore_ceval_state.h
|
|
|
|
pycore_code.h
|
GH-100982: Add COMPARE_AND_BRANCH instruction (GH-100983)
|
2023-01-16 12:35:21 +00:00 |
|
pycore_compile.h
|
|
|
|
pycore_condvar.h
|
|
|
|
pycore_context.h
|
|
|
|
pycore_descrobject.h
|
|
|
|
pycore_dict.h
|
|
|
|
pycore_dict_state.h
|
|
|
|
pycore_dtoa.h
|
|
|
|
pycore_emscripten_signal.h
|
|
|
|
pycore_exceptions.h
|
|
|
|
pycore_faulthandler.h
|
|
|
|
pycore_fileutils.h
|
|
|
|
pycore_floatobject.h
|
|
|
|
pycore_format.h
|
|
|
|
pycore_frame.h
|
GH-100126: Skip incomplete frames in more places (GH-100613)
|
2023-01-09 12:20:04 -08:00 |
|
pycore_function.h
|
|
|
|
pycore_gc.h
|
|
|
|
pycore_genobject.h
|
GH-99005: More intrinsics (GH-100774)
|
2023-01-06 14:47:57 +00:00 |
|
pycore_getopt.h
|
|
|
|
pycore_gil.h
|
|
|
|
pycore_global_objects.h
|
gh-90111: Minor Cleanup for Runtime-Global Objects (gh-100254)
|
2022-12-14 11:53:57 -07:00 |
|
pycore_global_objects_fini_generated.h
|
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
|
2023-01-27 18:35:14 -08:00 |
|
pycore_global_strings.h
|
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
|
2023-01-27 18:35:14 -08:00 |
|
pycore_hamt.h
|
|
|
|
pycore_hashtable.h
|
|
|
|
pycore_import.h
|
|
|
|
pycore_initconfig.h
|
|
|
|
pycore_interp.h
|
GH-100000: Cleanup and polish various watchers code (GH-99998)
|
2022-12-14 19:14:16 +00:00 |
|
pycore_interpreteridobject.h
|
|
|
|
pycore_intrinsics.h
|
GH-99005: More intrinsics (GH-100774)
|
2023-01-06 14:47:57 +00:00 |
|
pycore_list.h
|
gh-100146: Steal references from stack when building a list (#100147)
|
2023-01-03 10:49:49 -08:00 |
|
pycore_long.h
|
gh-99761: Add _PyLong_IsPositiveSingleDigit function to check for single digit integers (#100064)
|
2022-12-22 17:00:18 +05:30 |
|
pycore_moduleobject.h
|
|
|
|
pycore_namespace.h
|
|
|
|
pycore_object.h
|
|
|
|
pycore_obmalloc.h
|
|
|
|
pycore_obmalloc_init.h
|
|
|
|
pycore_opcode.h
|
gh-101632: Add the new RETURN_CONST opcode (#101633)
|
2023-02-07 22:32:21 +00:00 |
|
pycore_parser.h
|
gh-81057: Move the Cached Parser Dummy Name to _PyRuntimeState (#100277)
|
2022-12-16 13:48:03 +00:00 |
|
pycore_pathconfig.h
|
|
|
|
pycore_pyarena.h
|
|
|
|
pycore_pyerrors.h
|
|
|
|
pycore_pyhash.h
|
|
|
|
pycore_pylifecycle.h
|
gh-59956: Clarify GILState-related Code (gh-101161)
|
2023-01-19 16:04:14 -07:00 |
|
pycore_pymath.h
|
|
|
|
pycore_pymem.h
|
|
|
|
pycore_pymem_init.h
|
|
|
|
pycore_pystate.h
|
gh-59956: Clarify Runtime State Status Expectations (gh-101308)
|
2023-01-30 12:07:48 -07:00 |
|
pycore_pythread.h
|
|
|
|
pycore_range.h
|
|
|
|
pycore_runtime.h
|
gh-59956: Allow the "Trashcan" Mechanism to Work Without a Thread State (gh-101209)
|
2023-01-23 08:30:20 -07:00 |
|
pycore_runtime_init.h
|
GH-101291: Refactor the PyLongObject struct into object header and PyLongValue struct. (GH-101292)
|
2023-01-30 10:03:04 +00:00 |
|
pycore_runtime_init_generated.h
|
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
|
2023-01-27 18:35:14 -08:00 |
|
pycore_signal.h
|
|
|
|
pycore_sliceobject.h
|
|
|
|
pycore_strhex.h
|
|
|
|
pycore_structseq.h
|
|
|
|
pycore_symtable.h
|
|
|
|
pycore_sysmodule.h
|
|
|
|
pycore_time.h
|
|
|
|
pycore_token.h
|
|
|
|
pycore_traceback.h
|
|
|
|
pycore_tracemalloc.h
|
gh-77532: Minor tweaks to allow compiling with PlatformToolset=ClangCL on Windows (GH-101352)
|
2023-01-27 14:45:08 +00:00 |
|
pycore_tuple.h
|
|
|
|
pycore_typeobject.h
|
gh-92216: improve performance of hasattr for type objects (GH-99979)
|
2022-12-23 23:23:36 +08:00 |
|
pycore_ucnhash.h
|
|
|
|
pycore_unicodeobject.h
|
|
|
|
pycore_unicodeobject_generated.h
|
gh-39615: Add warnings.warn() skip_file_prefixes support (#100840)
|
2023-01-27 18:35:14 -08:00 |
|
pycore_unionobject.h
|
|
|
|
pycore_warnings.h
|
|
|