Commit 7a65d53
committed
Workaround for multiprocessing shared memory limits
This affects musl libc and macos, see:
#36741 (comment)
We are working on a better fix to avoid using multiprocessing in
sage.features, but this will do meanwhile.
There is agreement that disabling the lock is completely harmless, since
the counter is not really used for anything; disabling the lock fixes
the issues that we had on 10.4.beta0.1 parent b693ea9 commit 7a65d53
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments