Skip to content

Commit d3adca1

Browse files
committed
Revert change to Modules/_ctypes/cfield.c
1 parent 896dd00 commit d3adca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/_ctypes/cfield.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1342,7 +1342,7 @@ for nbytes in 8, 16, 32, 64:
13421342
f'{sgn}{nbytes}_get_sw',
13431343
]
13441344
print(f' formattable.fmt_{sgn}{nbytes} = (struct fielddesc){{')
1345-
print(f' {", ".join(parts)} }};')
1345+
print(f' {', '.join(parts)} }};')
13461346
[python start generated code]*/
13471347
formattable.fmt_i8 = (struct fielddesc){
13481348
0, &ffi_type_sint8, i8_set, i8_get, i8_set_sw, i8_get_sw };
@@ -1360,7 +1360,7 @@ for nbytes in 8, 16, 32, 64:
13601360
0, &ffi_type_sint64, i64_set, i64_get, i64_set_sw, i64_get_sw };
13611361
formattable.fmt_u64 = (struct fielddesc){
13621362
0, &ffi_type_uint64, u64_set, u64_get, u64_set_sw, u64_get_sw };
1363-
/*[python end generated code: output=16806fe0ca3a9c4c input=96348a06e575f801]*/
1363+
/*[python end generated code: output=16806fe0ca3a9c4c input=850b8dd6388b1b10]*/
13641364

13651365

13661366
/* Native C integers.

0 commit comments

Comments
 (0)