Commit 32bc80c5 authored by Antoine Pitrou's avatar Antoine Pitrou

Fix build failure.

parent e7672d38
...@@ -349,7 +349,8 @@ PyException_SetContext(PyObject *self, PyObject *context) { ...@@ -349,7 +349,8 @@ PyException_SetContext(PyObject *self, PyObject *context) {
static struct PyMemberDef BaseException_members[] = { static struct PyMemberDef BaseException_members[] = {
{"__suppress_context__", T_BOOL, {"__suppress_context__", T_BOOL,
offsetof(PyBaseExceptionObject, suppress_context)} offsetof(PyBaseExceptionObject, suppress_context)},
{NULL}
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment