File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
namespace Python . Runtime
14
14
{
15
15
[ StructLayout ( LayoutKind . Sequential ) ]
16
- internal class TypeOffset
16
+ internal static partial class TypeOffset
17
17
{
18
18
// Auto-generated from PyHeapTypeObject in Python.h
19
19
public static int ob_refcnt = 0 ;
Original file line number Diff line number Diff line change 13
13
namespace Python . Runtime
14
14
{
15
15
[ StructLayout ( LayoutKind . Sequential ) ]
16
- internal class TypeOffset
16
+ internal static partial class TypeOffset
17
17
{
18
18
// Auto-generated from PyHeapTypeObject in Python.h
19
19
public static int ob_refcnt = 0 ;
Original file line number Diff line number Diff line change 13
13
namespace Python . Runtime
14
14
{
15
15
[ StructLayout ( LayoutKind . Sequential ) ]
16
- internal class TypeOffset
16
+ internal static partial class TypeOffset
17
17
{
18
18
// Auto-generated from PyHeapTypeObject in Python.h
19
19
public static int ob_refcnt = 0 ;
Original file line number Diff line number Diff line change 13
13
namespace Python . Runtime
14
14
{
15
15
[ StructLayout ( LayoutKind . Sequential ) ]
16
- internal class TypeOffset
16
+ internal static partial class TypeOffset
17
17
{
18
18
// Auto-generated from PyHeapTypeObject in Python.h
19
19
public static int ob_refcnt = 0 ;
You can’t perform that action at this time.
0 commit comments