Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75093f commit f088a3aCopy full SHA for f088a3a
Makefile
@@ -57,8 +57,8 @@ help:
57
@python3 -c "$$PRINT_HELP_PYSCRIPT" < $(MAKEFILE_LIST)
58
59
clone: ## Clone latest cpython repository to `../cpython/` if it doesn't exist
60
- git clone --depth 1 --no-single-branch https://github.com/python/cpython.git $(CPYTHON_CLONE) || echo "cpython exists"
61
- cd $(CPYTHON_CLONE) && git checkout $(BRANCH)
+ git clone --depth 1 --no-single-branch https://github.com/mattwang44/cpython.git $(CPYTHON_CLONE) || echo "cpython exists"
+ cd $(CPYTHON_CLONE) && git checkout fix-pyspecific-sphinx-locale-gettext
62
63
64
$(VENV)/bin/activate:
0 commit comments