Commit 850ed07
Release Manager
gh-37702: 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 (cf
#36741 (comment)),
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.
### 📝 Checklist
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [x] I have linked a relevant issue or discussion.
URL: #37702
Reported by: Gonzalo Tornaría
Reviewer(s): Sebastian OehmsFile tree
3 files changed
+5
-5
lines changed- build/pkgs/configure
- src/sage/features
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 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