Commit c504eda
committed
fix(main/python): fix
- Fixes #28777
- #28768 , but for `import _multiprocessing`
- Restores pre-3.13 behavior of `python -c "import _multiprocessing"`
- Termux has implementation of `sem_open()` in `libandroid-posix-semaphore`
https://github.com/termux/termux-packages/blob/a68c38153da3cc6b338e1193f6b145ed65b5d1c1/packages/libandroid-posix-semaphore/semaphore.c#L89import _multiprocessing
1 parent 4f8b75e commit c504eda
2 files changed
Lines changed: 17 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
1 | 17 | | |
2 | 18 | | |
3 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments