Crash report
What happened?
mkdir /tmp/test-mkdocs
cd /tmp/test-mkdocs
uv venv --python 3.14.0rc2
uv pip install mkdocs
. .venv/bin/activate
mkdocs new . # crashes
If we were to run mkdocs new . from another Python version, then following commands like mkdocs serve or mkdocs build would crash too.
Note that this isn't new with 3.14.0rc2, previous 3.14 versions would segfault too. I'm just reporting now, sorry 😄
Very happy to provide more information if you let me know how to do that 😄
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0rc2 (main, Aug 14 2025, 16:22:12) [Clang 20.1.4 ]
Crash report
What happened?
If we were to run
mkdocs new .from another Python version, then following commands likemkdocs serveormkdocs buildwould crash too.Note that this isn't new with 3.14.0rc2, previous 3.14 versions would segfault too. I'm just reporting now, sorry 😄
Very happy to provide more information if you let me know how to do that 😄
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0rc2 (main, Aug 14 2025, 16:22:12) [Clang 20.1.4 ]