diff --git a/pep-0384.txt b/pep-0384.txt index 1fd2ccfbf..9100ddfdb 100644 --- a/pep-0384.txt +++ b/pep-0384.txt @@ -142,10 +142,9 @@ are available:: typedef struct{ const char* name; - const char* doc; int basicsize; int itemsize; - int flags; + unsigned int flags; PyType_Slot *slots; /* terminated by slot==0. */ } PyType_Spec;