-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed as not planned
Labels
type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump
Description
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 ]
Metadata
Metadata
Assignees
Labels
type-crashA hard crash of the interpreter, possibly with a core dumpA hard crash of the interpreter, possibly with a core dump