.. |
pycore_abstract.h
|
…
|
|
pycore_accu.h
|
…
|
|
pycore_asdl.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
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
|
bpo-47070: Add _PyBytes_Repeat() (GH-31999)
|
2022-03-28 04:43:45 -04:00 |
pycore_call.h
|
GH-90230: Add stats to breakdown the origin of calls to `PyEval_EvalFrame` (GH-93284)
|
2022-05-27 16:31:41 +01:00 |
pycore_ceval.h
|
gh-90473: Reduce recursion limit on WASI even further (GH-94333)
|
2022-06-27 16:19:47 +02:00 |
pycore_code.h
|
GH-93841: Allow stats to be turned on and off, cleared and dumped at runtime. (GH-93843)
|
2022-06-21 15:40:54 +01:00 |
pycore_compile.h
|
…
|
|
pycore_condvar.h
|
…
|
|
pycore_context.h
|
…
|
|
pycore_descrobject.h
|
gh-93911: Specialize `LOAD_ATTR_PROPERTY` (GH-93912)
|
2022-06-17 23:13:17 +08:00 |
pycore_dict.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
pycore_dtoa.h
|
bpo-45412: Add _PY_SHORT_FLOAT_REPR macro (GH-31171)
|
2022-02-23 18:16:23 +01:00 |
pycore_emscripten_signal.h
|
bpo-47176: Interrupt handling for wasm32-emscripten builds without pthreads (GH-32209)
|
2022-04-03 22:58:52 +02:00 |
pycore_exceptions.h
|
…
|
|
pycore_fileutils.h
|
…
|
|
pycore_floatobject.h
|
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
|
2022-04-19 19:02:19 +01:00 |
pycore_format.h
|
bpo-45995: add "z" format specifer to coerce negative 0 to zero (GH-30049)
|
2022-04-11 15:34:18 +01:00 |
pycore_frame.h
|
GH-94262: Don't create frame objects for frames that aren't yet complete. (GH-94371)
|
2022-07-01 11:08:20 +01:00 |
pycore_function.h
|
bpo-45316: Move private functions to internal C API (GH-31579)
|
2022-02-25 16:07:14 +01:00 |
pycore_gc.h
|
gh-89653: PEP 670: Convert pycore_gc.h macros to functions (#92649)
|
2022-05-11 13:37:18 +02:00 |
pycore_genobject.h
|
bpo-45316: Move private functions to internal C API (GH-31579)
|
2022-02-25 16:07:14 +01:00 |
pycore_getopt.h
|
…
|
|
pycore_gil.h
|
…
|
|
pycore_global_objects.h
|
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
|
2022-02-28 15:15:48 -07:00 |
pycore_global_strings.h
|
gh-93741: Add private C API _PyImport_GetModuleAttrString() (GH-93742)
|
2022-06-14 07:15:26 +03:00 |
pycore_hamt.h
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
pycore_hashtable.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
pycore_import.h
|
…
|
|
pycore_initconfig.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
pycore_interp.h
|
pycore_interp.h: Fix comment about pytypedefs.h (#93188)
|
2022-07-09 15:58:30 +02:00 |
pycore_interpreteridobject.h
|
…
|
|
pycore_list.h
|
GH-91432: Specialize FOR_ITER (GH-91713)
|
2022-06-21 11:19:26 +01:00 |
pycore_long.h
|
GH-91432: Specialize FOR_ITER (GH-91713)
|
2022-06-21 11:19:26 +01:00 |
pycore_moduleobject.h
|
bpo-45459: Use type names in the internal C API (GH-31669)
|
2022-03-03 23:08:07 +01:00 |
pycore_namespace.h
|
…
|
|
pycore_object.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
pycore_opcode.h
|
gh-94216: add pseudo instructions to the dis/opcodes modules (GH-94241)
|
2022-07-01 15:33:35 +01:00 |
pycore_parser.h
|
…
|
|
pycore_pathconfig.h
|
…
|
|
pycore_pyarena.h
|
…
|
|
pycore_pyerrors.h
|
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
|
2022-04-19 19:02:19 +01:00 |
pycore_pyhash.h
|
…
|
|
pycore_pylifecycle.h
|
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
|
2022-04-26 00:13:31 +02:00 |
pycore_pymath.h
|
gh-82616: Add Py_IS_TYPE_SIGNED() macro (#93178)
|
2022-05-27 15:05:35 +02:00 |
pycore_pymem.h
|
bpo-40170: Move _Py_GetAllocatedBlocks() to pycore_pymem.h (GH-30943)
|
2022-01-27 21:23:22 +01:00 |
pycore_pystate.h
|
gh-87347: Add parenthesis around macro arguments (#93915)
|
2022-06-20 16:04:52 +02:00 |
pycore_range.h
|
GH-91432: Specialize FOR_ITER (GH-91713)
|
2022-06-21 11:19:26 +01:00 |
pycore_runtime.h
|
bpo-40514: Drop EXPERIMENTAL_ISOLATED_SUBINTERPRETERS (gh-93185)
|
2022-05-27 17:38:01 -06: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-90699: Intern statically allocated strings (GH-93597)
|
2022-07-08 10:47:37 -07:00 |
pycore_signal.h
|
gh-64783: Fix signal.NSIG value on FreeBSD (#91929)
|
2022-04-26 00:13:31 +02:00 |
pycore_sliceobject.h
|
GH-94163: Add BINARY_SLICE and STORE_SLICE instructions. (GH-94168)
|
2022-06-27 12:24:23 +01:00 |
pycore_strhex.h
|
gh-91768: C API no longer use "const PyObject*" type (#91769)
|
2022-04-21 22:07:19 +02:00 |
pycore_structseq.h
|
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
|
2022-02-08 13:39:07 -07:00 |
pycore_symtable.h
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
pycore_sysmodule.h
|
bpo-46541: Replace core use of _Py_IDENTIFIER() with statically initialized global objects. (gh-30928)
|
2022-02-08 13:39:07 -07:00 |
pycore_token.h
|
gh-92651: Remove the Include/token.h header file (#92652)
|
2022-05-11 23:22:50 +02:00 |
pycore_traceback.h
|
bpo-45459: Use type names in the internal C API (GH-31669)
|
2022-03-03 23:08:07 +01:00 |
pycore_tuple.h
|
bpo-46753: Add the empty tuple to the _PyRuntimeState.global_objects. (gh-31345)
|
2022-02-28 15:15:48 -07:00 |
pycore_typeobject.h
|
…
|
|
pycore_ucnhash.h
|
…
|
|
pycore_unicodeobject.h
|
gh-90667: Add specializations of Py_DECREF when types are known (GH-30872)
|
2022-04-19 19:02:19 +01:00 |
pycore_unionobject.h
|
gh-87347: Add parenthesis around PyXXX_Check() arguments (#92815)
|
2022-06-16 13:49:43 +02:00 |
pycore_warnings.h
|
…
|
|