Commit 4d17fed
bpo-44689: ctypes.util.find_library() now finds macOS 11+ system libraries when built on older macOS systems (pythonGH-27251)
Previously, when built on older macOS systems, `find_library` was not able to find macOS system libraries when running on Big Sur due to changes in how system libraries are stored.
(cherry picked from commit 71853a7)
Co-authored-by: Tobias Bergkvist <tobias@bergkv.ist>1 parent 9e6c317 commit 4d17fed
2 files changed
Lines changed: 31 additions & 3 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1442 | 1442 | | |
1443 | 1443 | | |
1444 | 1444 | | |
1445 | | - | |
| 1445 | + | |
1446 | 1446 | | |
| 1447 | + | |
| 1448 | + | |
| 1449 | + | |
| 1450 | + | |
| 1451 | + | |
| 1452 | + | |
| 1453 | + | |
| 1454 | + | |
| 1455 | + | |
| 1456 | + | |
| 1457 | + | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
| 1466 | + | |
| 1467 | + | |
| 1468 | + | |
| 1469 | + | |
1447 | 1470 | | |
1448 | 1471 | | |
1449 | 1472 | | |
1450 | 1473 | | |
1451 | 1474 | | |
1452 | | - | |
| 1475 | + | |
1453 | 1476 | | |
1454 | 1477 | | |
1455 | 1478 | | |
| |||
1992 | 2015 | | |
1993 | 2016 | | |
1994 | 2017 | | |
1995 | | - | |
| 2018 | + | |
1996 | 2019 | | |
1997 | 2020 | | |
1998 | 2021 | | |
| |||
0 commit comments