File tree
16 files changed
+139
-98
lines changedFilter options
- Lib/ctypes
- test
- vm/src/stdlib/ctypes
16 files changed
+139
-98
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
346 | 346 |
|
347 | 347 |
|
348 | 348 |
|
349 |
| - |
| 349 | + |
Lib/ctypes/tests/__init__.py renamed to Lib/ctypes/test/__init__.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/__main__.py renamed to Lib/ctypes/test/__main__.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_arrays.py renamed to Lib/ctypes/test/test_arrays.py
Copy file name to clipboardExpand all lines: Lib/ctypes/test/test_arrays.py+8-3Lines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
177 | 177 |
|
178 | 178 |
|
179 | 179 |
|
| 180 | + |
180 | 181 |
|
181 | 182 |
|
182 | 183 |
|
| 184 | + |
183 | 185 |
|
184 | 186 |
|
185 | 187 |
|
186 |
| - |
| 188 | + |
187 | 189 |
|
188 | 190 |
|
189 | 191 |
|
190 | 192 |
|
191 | 193 |
|
| 194 | + |
192 | 195 |
|
193 | 196 |
|
194 | 197 |
|
195 | 198 |
|
| 199 | + |
196 | 200 |
|
197 | 201 |
|
198 | 202 |
|
199 | 203 |
|
| 204 | + |
200 | 205 |
|
201 | 206 |
|
202 | 207 |
|
203 | 208 |
|
204 |
| - |
| 209 | + |
205 | 210 |
|
206 | 211 |
|
207 | 212 |
|
208 | 213 |
|
209 | 214 |
|
210 |
| - |
| 215 | + |
211 | 216 |
|
212 | 217 |
|
213 | 218 |
|
|
Lib/ctypes/tests/test_buffers.py renamed to Lib/ctypes/test/test_buffers.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_bytes.py renamed to Lib/ctypes/test/test_bytes.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_funcptr.py renamed to Lib/ctypes/test/test_funcptr.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_functions.py renamed to Lib/ctypes/test/test_functions.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_loading.py renamed to Lib/ctypes/test/test_loading.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_strings.py renamed to Lib/ctypes/test/test_strings.py
Copy file name to clipboardFile renamed without changes.
Lib/ctypes/tests/test_unicode.py renamed to Lib/ctypes/test/test_unicode.py
Copy file name to clipboardFile renamed without changes.
vm/src/stdlib/ctypes/array.rs
Copy file name to clipboardExpand all lines: vm/src/stdlib/ctypes/array.rs+57-43Lines changed: 57 additions & 43 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 |
| - |
| 22 | + |
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
125 | 131 |
|
126 |
| - |
127 | 132 |
|
128 | 133 |
|
129 | 134 |
|
| ||
140 | 145 |
|
141 | 146 |
|
142 | 147 |
|
143 |
| - |
| 148 | + |
144 | 149 |
|
145 | 150 |
|
146 | 151 |
|
| ||
247 | 252 |
|
248 | 253 |
|
249 | 254 |
|
250 |
| - |
| 255 | + |
251 | 256 |
|
252 | 257 |
|
253 | 258 |
|
| ||
266 | 271 |
|
267 | 272 |
|
268 | 273 |
|
269 |
| - |
| 274 | + |
270 | 275 |
|
271 | 276 |
|
272 | 277 |
|
273 | 278 |
|
274 | 279 |
|
275 |
| - |
| 280 | + |
| 281 | + |
| 282 | + |
| 283 | + |
276 | 284 |
|
277 | 285 |
|
278 | 286 |
|
| ||
304 | 312 |
|
305 | 313 |
|
306 | 314 |
|
307 |
| - |
308 |
| - |
309 |
| - |
310 |
| - |
311 |
| - |
312 |
| - |
313 |
| - |
314 |
| - |
315 |
| - |
316 |
| - |
317 |
| - |
318 |
| - |
319 |
| - |
320 |
| - |
321 |
| - |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
| 322 | + |
322 | 323 |
|
323 |
| - |
324 |
| - |
| 324 | + |
| 325 | + |
| 326 | + |
| 327 | + |
| 328 | + |
| 329 | + |
| 330 | + |
| 331 | + |
| 332 | + |
| 333 | + |
325 | 334 |
|
326 |
| - |
327 |
| - |
328 |
| - |
329 |
| - |
330 |
| - |
331 |
| - |
| 335 | + |
| 336 | + |
| 337 | + |
| 338 | + |
| 339 | + |
332 | 340 |
|
333 | 341 |
|
334 | 342 |
|
| ||
502 | 510 |
|
503 | 511 |
|
504 | 512 |
|
505 |
| - |
| 513 | + |
506 | 514 |
|
| 515 | + |
| 516 | + |
507 | 517 |
|
508 | 518 |
|
509 | 519 |
|
| ||
548 | 558 |
|
549 | 559 |
|
550 | 560 |
|
551 |
| - |
| 561 | + |
552 | 562 |
|
| 563 | + |
| 564 | + |
553 | 565 |
|
554 | 566 |
|
555 | 567 |
|
| ||
617 | 629 |
|
618 | 630 |
|
619 | 631 |
|
| 632 | + |
| 633 | + |
vm/src/stdlib/ctypes/basics.rs
Copy file name to clipboardExpand all lines: vm/src/stdlib/ctypes/basics.rs+50-38Lines changed: 50 additions & 38 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
| ||
55 | 56 |
|
56 | 57 |
|
57 | 58 |
|
58 |
| - |
| 59 | + |
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
| ||
445 | 446 |
|
446 | 447 |
|
447 | 448 |
|
448 |
| - |
449 |
| - |
450 |
| - |
451 |
| - |
452 |
| - |
453 |
| - |
454 |
| - |
455 |
| - |
456 |
| - |
| 449 | + |
| 450 | + |
| 451 | + |
| 452 | + |
| 453 | + |
| 454 | + |
| 455 | + |
| 456 | + |
| 457 | + |
| 458 | + |
| 459 | + |
457 | 460 |
|
458 | 461 |
|
459 | 462 |
|
460 |
| - |
461 |
| - |
462 |
| - |
463 |
| - |
464 |
| - |
465 |
| - |
466 |
| - |
467 |
| - |
468 |
| - |
| 463 | + |
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
469 | 474 |
|
470 | 475 |
|
471 | 476 |
|
472 | 477 |
|
473 |
| - |
474 |
| - |
475 |
| - |
476 |
| - |
477 |
| - |
478 |
| - |
479 |
| - |
480 |
| - |
481 |
| - |
| 478 | + |
| 479 | + |
| 480 | + |
| 481 | + |
| 482 | + |
| 483 | + |
| 484 | + |
| 485 | + |
| 486 | + |
| 487 | + |
| 488 | + |
| 489 | + |
| 490 | + |
482 | 491 |
|
483 | 492 |
|
484 | 493 |
|
485 |
| - |
486 |
| - |
487 |
| - |
488 |
| - |
489 |
| - |
490 |
| - |
491 |
| - |
492 |
| - |
493 |
| - |
| 494 | + |
| 495 | + |
| 496 | + |
| 497 | + |
| 498 | + |
| 499 | + |
| 500 | + |
| 501 | + |
| 502 | + |
| 503 | + |
| 504 | + |
| 505 | + |
494 | 506 |
|
vm/src/stdlib/ctypes/mod.rs
Copy file name to clipboardExpand all lines: vm/src/stdlib/ctypes/mod.rs+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 |
| - |
2 |
| - |
| 1 | + |
3 | 2 |
|
4 | 3 |
|
5 | 4 |
|
| ||
37 | 36 |
|
38 | 37 |
|
39 | 38 |
|
| 39 | + |
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
|
vm/src/stdlib/ctypes/pointer.rs
Copy file name to clipboardExpand all lines: vm/src/stdlib/ctypes/pointer.rs+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 |
| - |
| 3 | + |
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
|
0 commit comments