We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82fb92b commit 93e38a6Copy full SHA for 93e38a6
Makefile
@@ -59,7 +59,6 @@ help:
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)
62
- cd $(CPYTHON_CLONE) && curl -L https://github.com/python/cpython/commit/383f9a7.patch/\?full_index\=1 | git apply -v
63
64
65
$(VENV)/bin/activate:
0 commit comments