mirror of
https://github.com/python/cpython.git
synced 2024-11-28 12:31:14 +08:00
Fix build failure.
This commit is contained in:
parent
e7672d38dc
commit
32bc80c523
@ -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…
Reference in New Issue
Block a user