We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe7750 commit d1bfc36Copy full SHA for d1bfc36
Makefile
@@ -57,7 +57,7 @@ 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"
+ git clone https://github.com/python/cpython.git $(CPYTHON_CLONE) || echo "cpython exists"
61
cd $(CPYTHON_CLONE) && git checkout $(BRANCH)
62
curl -L https://github.com/python/cpython/commit/383f9a7.patch/\?full_index\=1 | git apply -v --index
63
0 commit comments