mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
This avoids:
python3.13 Tools/unicode/makeunicodedata.py
python3.13: can't open file '.../build/debug/Tools/unicode/makeunicodedata.py': [Errno 2] No such file or directory
make: *** [Makefile:1498: regen-unicodedata] Error 2
Re-run `make regen-unicodedata` to update the script path in generated files.
1 line
72 B
ReStructuredText
1 line
72 B
ReStructuredText
Make ``make regen-unicodedata`` work for out-of-tree builds of CPython.
|