Commit 90b4e0d
committed
Fix libpython dlopen for free-threaded Python
Free-threaded Python 3.13+ uses a 't' suffix in library name
(e.g., libpython3.13t.so instead of libpython3.13.so).
Add patterns for free-threaded library names when Py_GIL_DISABLED
is defined at compile time.1 parent 41f9860 commit 90b4e0d
1 file changed
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
474 | 474 | | |
475 | 475 | | |
476 | 476 | | |
477 | | - | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
478 | 490 | | |
479 | 491 | | |
480 | 492 | | |
481 | 493 | | |
482 | 494 | | |
483 | 495 | | |
| 496 | + | |
484 | 497 | | |
485 | 498 | | |
486 | 499 | | |
| |||
0 commit comments