Commit 2aa7579
Fix / workaround a couple of more 2 return value issues
Summary:
There's a couple of more spots where 2 return values are biting is:
1) JITRT_CallWithIncorrectArgcount - for now this is just working around things by making this return PyObject* on Windows. That means it won't work properly w/ static Python but gets everything else working.
2) LoadTypeMethodCache::lookupHelper needs the appendCall2RetValues treatment.
Reviewed By: alexmalyshev
Differential Revision: D103952453
fbshipit-source-id: 854f2d03d7a40c9eca909e2489712b6ca49e5d521 parent 5e91a09 commit 2aa7579
3 files changed
Lines changed: 31 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
369 | | - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
370 | 375 | | |
371 | 376 | | |
372 | 377 | | |
| |||
377 | 382 | | |
378 | 383 | | |
379 | 384 | | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
380 | 388 | | |
| 389 | + | |
381 | 390 | | |
382 | 391 | | |
383 | 392 | | |
| |||
387 | 396 | | |
388 | 397 | | |
389 | 398 | | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
390 | 402 | | |
| 403 | + | |
391 | 404 | | |
392 | 405 | | |
393 | 406 | | |
| |||
403 | 416 | | |
404 | 417 | | |
405 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
406 | 423 | | |
407 | 424 | | |
408 | 425 | | |
| |||
411 | 428 | | |
412 | 429 | | |
413 | 430 | | |
| 431 | + | |
414 | 432 | | |
415 | 433 | | |
416 | 434 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
100 | 108 | | |
101 | 109 | | |
102 | 110 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
767 | 767 | | |
768 | 768 | | |
769 | 769 | | |
| 770 | + | |
770 | 771 | | |
771 | 772 | | |
772 | 773 | | |
| |||
2503 | 2504 | | |
2504 | 2505 | | |
2505 | 2506 | | |
2506 | | - | |
| 2507 | + | |
| 2508 | + | |
2507 | 2509 | | |
2508 | 2510 | | |
2509 | 2511 | | |
| |||
0 commit comments