cpython/Python
Miss Islington (bot) ddca26188d
[3.12] GH-107724: Fix the signature of PY_THROW callback functions. (GH-107725) (#107802)
GH-107724: Fix the signature of `PY_THROW` callback functions. (GH-107725)
(cherry picked from commit 52fbcf61b5)

Co-authored-by: Mark Shannon <mark@hotpy.org>
2023-08-11 11:58:27 +02:00
..
clinic
deepfreeze
frozen_modules
_warnings.c [3.12] gh-105375: Improve PyErr_WarnExplicit() error handling (GH-105610) (#105659) 2023-06-11 19:51:30 +00:00
adaptive.md
asdl.c
asm_trampoline.S
assemble.c
ast.c [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
ast_opt.c [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
ast_unparse.c
bltinmodule.c [3.12] gh-105340: include hidden fast-locals in locals() (GH-105715) (#106470) 2023-07-05 23:31:37 +00:00
bootstrap_hash.c
bytecodes.c [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
ceval.c [3.12] GH-107724: Fix the signature of PY_THROW callback functions. (GH-107725) (#107802) 2023-08-11 11:58:27 +02:00
ceval_gil.c [3.12] gh-104812: Run Pending Calls in any Thread (gh-104813) (gh-105752) 2023-06-14 00:50:08 +00:00
ceval_macros.h
codecs.c
compile.c [3.12] gh-105908: fix barry_as_FLUFL future import (GH-105909) (#105930) 2023-06-20 03:05:20 +00:00
condvar.h
context.c
dtoa.c
dup2.c
dynamic_annotations.c
dynload_hpux.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
emscripten_signal.c
errors.c
fileutils.c
flowgraph.c
formatter_unicode.c
frame.c
frozen.c
frozenmain.c
future.c
generated_cases.c.h [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
getargs.c
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
hamt.c
hashtable.c
import.c [3.12] gh-107471: Fix Refleaks in test_import (gh-107569) (#107571) 2023-08-02 23:23:15 +02:00
importdl.c
importdl.h
initconfig.c [3.12] Document PYTHONSAFEPATH along side -P (GH-106122) (#106352) 2023-07-05 13:21:38 +02:00
instrumentation.c [3.12] GH-107724: Fix the signature of PY_THROW callback functions. (GH-107725) (#107802) 2023-08-11 11:58:27 +02:00
intrinsics.c
legacy_tracing.c [3.12] GH-107724: Fix the signature of PY_THROW callback functions. (GH-107725) (#107802) 2023-08-11 11:58:27 +02:00
makeopcodetargets.py
marshal.c [3.12] gh-101006: Improve error handling when read marshal data (GH-101007) (GH-106226) 2023-06-29 13:46:51 +03:00
modsupport.c [3.12] gh-86493: Fix possible leaks in some modules initialization (GH-106768) (GH-106855) 2023-07-18 15:14:10 +03:00
mysnprintf.c
mystrtoul.c
opcode_metadata.h
opcode_targets.h
pathconfig.c
perf_trampoline.c
preconfig.c
pyarena.c
pyctype.c
pyfpe.c
pyhash.c
pylifecycle.c [3.12] gh-107630: Revert "[3.12] gh-107080: Fix Py_TRACE_REFS Crashes Under Isolated Subinterpreters (gh-107567) (#107599)" (#107648) 2023-08-05 13:44:54 +02:00
pymath.c
pystate.c [3.12] gh-105699: Use a _Py_hashtable_t for the PyModuleDef Cache (gh-106974) (gh-107412) 2023-07-28 23:16:12 +00:00
pystrcmp.c
pystrhex.c
pystrtod.c
Python-ast.c [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
Python-tokenize.c [3.12] gh-105564: Don't include artificial newlines in the line attribute of tokens (GH-105565) (#105579) 2023-06-09 16:58:14 +00:00
pythonrun.c [3.12] gh-106033: Get rid of new occurrences of PyDict_GetItem and Py… (#106041) 2023-06-24 16:36:34 -07:00
pytime.c
README
specialize.c [3.12] GH-105840: Fix assertion failures when specializing calls with too many __defaults__ (GH-105863) 2023-06-16 18:29:55 +00:00
stdlib_module_names.h
structmember.c
suggestions.c [3.12] gh-106030: Miscellaneous fixes in Python/suggestions.c (GH-106031) (#106036) 2023-06-26 20:43:20 -07:00
symtable.c [3.12] GH-107263: Increase C stack limit for most functions, except _PyEval_EvalFrameDefault() (GH-107535) (#107618) 2023-08-04 12:25:51 +02:00
sysmodule.c [3.12] gh-106118: Add O_CLOEXEC preprocessor guard (GH-106120) (#106199) 2023-06-28 11:54:53 +00:00
thread.c
thread_nt.h
thread_pthread.h [3.12] gh-101538: Add experimental wasi-threads build (GH-101537) (#106834) 2023-07-18 00:31:17 +02:00
thread_pthread_stubs.h
traceback.c
tracemalloc.c

Miscellaneous source files for the main Python shared library