Commit dc185f0
authored
MAINT: Reenable parallel write safety (#1859)
See scipy/scipy#20897. TL;DR is that the problem
was always with reading in parallel, not writing. And the bug is really
in Sphinx.
It would be good to detect and clean this up in PST somehow perhaps as
well -- maybe with a warning if a top-level / root page ever shows up as
a child? This *might* only be an issue when building in parallel, still
not totally clear to me why things were okay in the serial case.
I think any additional changes could be made in a follow-up PR probably.
closes #16431 parent 5042cb9 commit dc185f0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
294 | | - | |
| 294 | + | |
0 commit comments