Commit 1dd6d95
authored
Since c19c5a6, AIX builds have defaulted to using dynload_shlib over
dynload_aix when dlopen is available. This function has been available
since AIX 4.3, which went out of support in 2003, the same year the
previously referenced commit was made. It has been nearly 20 years
since a version of AIX has been supported which has not used
dynload_shlib so there's no reason to keep this legacy code around.
1 parent e9959c7 commit 1dd6d95
4 files changed
Lines changed: 3 additions & 202 deletions
File tree
- Misc/NEWS.d/next/Core and Builtins
- Python
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11625 | 11625 | | |
11626 | 11626 | | |
11627 | 11627 | | |
11628 | | - | |
11629 | | - | |
11630 | | - | |
11631 | | - | |
11632 | | - | |
11633 | | - | |
11634 | 11628 | | |
11635 | 11629 | | |
11636 | 11630 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3622 | 3622 | | |
3623 | 3623 | | |
3624 | 3624 | | |
3625 | | - | |
3626 | | - | |
3627 | | - | |
3628 | | - | |
3629 | | - | |
3630 | | - | |
3631 | 3625 | | |
3632 | 3626 | | |
3633 | 3627 | | |
| |||
0 commit comments