You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on reproducible builds for openSUSE, I found that our python314 (and python311) doc sub-packages produce different html on 1-core-VMs and 4-core-VMs. This suggests that there is some race going on about what the correct content should be.
I think Adam thinks its a CPython issue because it happens when building the docs of CPython. However it could also be a Sphinx issue (but first let's investigate if it's a CPython issue due to our CPython Sphinx extensions)
(btw, Adam and I are both Sphinx maintainers and CPython core devs so we would probably be responsible for solving the problem on either side)
Bug report
Bug description:
While working on reproducible builds for openSUSE, I found that our python314 (and python311) doc sub-packages produce different html on 1-core-VMs and 4-core-VMs. This suggests that there is some race going on about what the correct content should be.
https://rb.zq1.de/other/python314-doc-compare.out has a diff
The interesting bit of it is
How to Reproduce
To test on openSUSE or Debian, use
Environment Information
Sphinx extensions
Additional context
This bug was found while working on reproducible builds for openSUSE.
This was originally filed in sphinx-doc/sphinx#13419 but apparently the Sphinx people think this is an issue in cpython.
CPython versions tested on:
3.11, 3.14, 3.13, 3.12
Operating systems tested on:
Linux
The text was updated successfully, but these errors were encountered: