8000 re-order the metatypes in ctypes.h · python/cpython@96194a1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 96194a1

Browse files
committed
re-order the metatypes in ctypes.h
1 parent 04cf63f commit 96194a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_ctypes/ctypes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ typedef struct {
4141
PyTypeObject *PyComError_Type;
4242
#endif
4343
PyTypeObject *StructParam_Type;
44-
PyTypeObject *PyCSimpleType_Type;
4544
PyTypeObject *PyCStructType_Type;
4645
PyTypeObject *UnionType_Type;
4746
PyTypeObject *PyCPointerType_Type;
4847
PyTypeObject *PyCArrayType_Type;
48+
PyTypeObject *PyCSimpleType_Type;
4949
PyTypeObject *PyCFuncPtrType_Type;
5050
} ctypes_state;
5151

0 commit comments

Comments
 (0)
0