mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
Fix a compile error on Windows.
This commit is contained in:
parent
812567d3f8
commit
231ff0ec11
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ extern "C" {
|
|||
/* Error objects */
|
||||
|
||||
/* PyException_HEAD defines the initial segment of every exception class. */
|
||||
#define PyException_HEAD PyObject_HEAD; PyObject *dict;\
|
||||
#define PyException_HEAD PyObject_HEAD PyObject *dict;\
|
||||
PyObject *args; PyObject *traceback;\
|
||||
PyObject *context; PyObject *cause;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue