8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776ae32 commit e8a53d0Copy full SHA for e8a53d0
src/runtime/interop36.cs
@@ -13,7 +13,7 @@
13
namespace Python.Runtime
14
{
15
[StructLayout(LayoutKind.Sequential)]
16
- internal class TypeOffset
+ internal static partial class TypeOffset
17
18
// Auto-generated from PyHeapTypeObject in Python.h
19
public static int ob_refcnt = 0;
src/runtime/interop37.cs
0 commit comments