mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix build failure.
This commit is contained in:
parent
e7672d38dc
commit
32bc80c523
1 changed files with 2 additions and 1 deletions
|
@ -349,7 +349,8 @@ PyException_SetContext(PyObject *self, PyObject *context) {
|
|||
|
||||
static struct PyMemberDef BaseException_members[] = {
|
||||
{"__suppress_context__", T_BOOL,
|
||||
offsetof(PyBaseExceptionObject, suppress_context)}
|
||||
offsetof(PyBaseExceptionObject, suppress_context)},
|
||||
{NULL}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue