Skip to content

Commit 93e38a6

Browse files
committed
fix(Makefile): drop patch as it has been merged to CPython
1 parent 82fb92b commit 93e38a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ help:
5959
clone: ## Clone latest cpython repository to `../cpython/` if it doesn't exist
6060
git clone --depth 1 --no-single-branch https://github.com/python/cpython.git $(CPYTHON_CLONE) || echo "cpython exists"
6161
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
6362

6463

6564
$(VENV)/bin/activate:

0 commit comments

Comments
 (0)