From c7b2a6e81503a7edcdab227fcad772d0a255d4de Mon Sep 17 00:00:00 2001 From: barneygale Date: Sat, 23 Dec 2023 01:32:02 +0000 Subject: [PATCH] Switch cpython submodule to follow barneygale/cpython@pathlib_abc --- .gitmodules | 4 ++-- cpython | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 6f656c1..678d3a7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "cpython"] path = cpython - url = git@github.com:python/cpython.git - branch = main + url = git@github.com:barneygale/cpython.git + branch = pathlib_abc diff --git a/cpython b/cpython index d1c711e..c4961ff 160000 --- a/cpython +++ b/cpython @@ -1 +1 @@ -Subproject commit d1c711e757213b38cff177ba4b4d8ae201da1d21 +Subproject commit c4961ff9876d2ccfc5d7cbffb301dd288a9a6a20