From 19d43a3e6fb4cb8ea11747d7d7bca7a3542fbb44 Mon Sep 17 00:00:00 2001 From: shadchin Date: Sat, 7 Feb 2026 19:56:35 +0300 Subject: Update Python 3 to 3.13.12 commit_hash:71d3efea437a769b2b7910d196120bb02587046e --- contrib/tools/python3/Include/cpython/pyerrors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'contrib/tools/python3/Include/cpython/pyerrors.h') diff --git a/contrib/tools/python3/Include/cpython/pyerrors.h b/contrib/tools/python3/Include/cpython/pyerrors.h index b36b4681f5d..422391c3222 100644 --- a/contrib/tools/python3/Include/cpython/pyerrors.h +++ b/contrib/tools/python3/Include/cpython/pyerrors.h @@ -18,6 +18,7 @@ typedef struct { PyException_HEAD PyObject *msg; PyObject *excs; + PyObject *excs_str; } PyBaseExceptionGroupObject; typedef struct { -- cgit v1.3