Stan Ulbrych
Stan Ulbrych
The last doc has been moved to `InternalDocs/` in https://github.com/python/cpython/commit/a7501f07da98aadf5a29aa7a35da90409c59b212, the proposed `internals.rst` is now just a ~~list~~ table of links.
Thanks Petr!
Has this been tested with _pydatetime to verify the issue is definitely in datetime.c?
What os are you on?
@ZeroIntensity Can you also try with the Python implementation, if it also crashes then it would be a sideffect, otherwise datetime may be the culprit? I can test in a...
Thank you, yes this was fixed with #132922.
Does not occur in main branch build in old repl on linux. 
Sphinx can be run with an empty conf like so: ``` html_theme = 'basic' html_static_path = [] html_js_files = [] html_css_files = [] html_show_sourcelink = False html_show_copyright = False html_show_sphinx...
Adding a workflow for when a PR modifies /Doc/Lib/idle.rst would be better than updating with releases in my opinion.
Adding the makefile target would be good, we already have one for regeneration of pydoc-topics. We could add a check to the existing check generated files workflow. Making it optional...