Skip to content
Prev Previous commit
Update Modules/_decimal/_decimal.c
Co-authored-by: Erlend E. Aasland <[email protected]>
  • Loading branch information
CharlieZhao95 and erlend-aasland authored Jul 7, 2023
commit 906521ff6d9c31b733bc7355f0d0f3ab698ed14c
2 changes: 1 addition & 1 deletion Modules/_decimal/_decimal.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ typedef struct PyDecContextObject {
PyThreadState *tstate;
} PyDecContextObject;

typedef struct PyDecContextManagerObject {
typedef struct {
PyObject_HEAD
PyObject *local;
PyObject *global;
Expand Down