We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentf3face0 commit88d98f2Copy full SHA for 88d98f2
src/runtime/Native/TypeOffset313.cs
@@ -75,8 +75,14 @@ public TypeOffset313() { }
75
publicinttp_version_tag{get;privateset;}
76
publicinttp_finalize{get;privateset;}
77
publicinttp_vectorcall{get;privateset;}
78
+// This is an error in our generator:
79
+//
80
+// The fields below are actually not pointers (like we incorrectly
81
+// assume for all other fields) but instead a char (1 byte) and a short
82
+// (2 bytes). By dropping one of the fields, we still get the correct
83
+// overall size of the struct.
84
publicinttp_watched{get;privateset;}
-publicinttp_versions_used{get;privateset;}
85
+//public int tp_versions_used { get; private set; }
86
publicintam_await{get;privateset;}
87
publicintam_aiter{get;privateset;}
88
publicintam_anext{get;privateset;}