Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Bug report
Bug description:
Buildbot fails:https://buildbot.python.org/?#/builders/1764/builds/37/steps/6/logs/stdio
When trying to make a venv:
$ python3.14 -m venv venvUnable to symlink '/tmp/venv/bin/python' to '/tmp/venv/bin/\U0001d70bthon'Error: 'latin-1' codec can't encode character '\U0001d70b' in position 14: ordinal not in range(256)
Results in corrupt venv.
Parent issue:#133677
CPython versions tested on:
3.14
Operating systems tested on:
Linux