Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7bf929e

Browse files
committed
Fix offsets for 3.11
1 parent e46c960 commit 7bf929e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/Native/TypeOffset311.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,6 @@ public TypeOffset311() { }
136136
public int ht_cached_keys { get; private set; }
137137
public int ht_module { get; private set; }
138138
public int _ht_tpname { get; private set; }
139+
public int spec_cache_getitem { get; private set; }
139140
}
140141
}
141-

0 commit comments

Comments
 (0)