Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20fa421

Browse files
committed
regen-limited-abi
1 parent5631d32 commit20fa421

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

‎Doc/data/stable_abi.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ function,PyErr_ExceptionMatches,3.2,
128128
function,PyErr_Fetch,3.2,
129129
function,PyErr_Format,3.2,
130130
function,PyErr_FormatV,3.5,
131+
function,PyErr_GetActiveException,3.11,
131132
function,PyErr_GetExcInfo,3.7,
132133
function,PyErr_GivenExceptionMatches,3.2,
133134
function,PyErr_NewException,3.2,
@@ -140,6 +141,7 @@ function,PyErr_PrintEx,3.2,
140141
function,PyErr_ProgramText,3.2,
141142
function,PyErr_ResourceWarning,3.6,
142143
function,PyErr_Restore,3.2,
144+
function,PyErr_SetActiveException,3.11,
143145
function,PyErr_SetExcFromWindowsErr,3.7,on Windows
144146
function,PyErr_SetExcFromWindowsErrWithFilename,3.7,on Windows
145147
function,PyErr_SetExcFromWindowsErrWithFilenameObject,3.7,on Windows

‎PC/python3dll.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@ EXPORT_FUNC(PyErr_ExceptionMatches)
187187
EXPORT_FUNC(PyErr_Fetch)
188188
EXPORT_FUNC(PyErr_Format)
189189
EXPORT_FUNC(PyErr_FormatV)
190+
EXPORT_FUNC(PyErr_GetActiveException)
190191
EXPORT_FUNC(PyErr_GetExcInfo)
191192
EXPORT_FUNC(PyErr_GivenExceptionMatches)
192193
EXPORT_FUNC(PyErr_NewException)
@@ -199,6 +200,7 @@ EXPORT_FUNC(PyErr_PrintEx)
199200
EXPORT_FUNC(PyErr_ProgramText)
200201
EXPORT_FUNC(PyErr_ResourceWarning)
201202
EXPORT_FUNC(PyErr_Restore)
203+
EXPORT_FUNC(PyErr_SetActiveException)
202204
EXPORT_FUNC(PyErr_SetExcFromWindowsErr)
203205
EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilename)
204206
EXPORT_FUNC(PyErr_SetExcFromWindowsErrWithFilenameObject)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp