Skip to content

Commit 4434b23

Browse files
committed
DNM repoint to python/cpython#148859
1 parent 6eaf4cc commit 4434b23

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

pixi-packages/asan/pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ env.ASAN_OPTIONS = "detect_leaks=0:symbolize=1:strict_init_order=true:allocator_
1818
extra-args = ["-Csetup-args=-Db_sanitize=address", "-Csetup-args=-Dbuildtype=debug"]
1919

2020
[package.host-dependencies]
21-
python.git = "https://github.com/python/cpython"
21+
python.git = "https://github.com/isuruf/cpython"
2222
python.subdirectory = "Tools/pixi-packages/asan"
23-
python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
23+
python.rev = "rm-recipe"
2424

2525
meson-python = "*"
2626
cython = "*"

pixi-packages/tsan-freethreading/pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ extra-args = ["-Csetup-args=-Db_sanitize=thread", "-Csetup-args=-Dbuildtype=debu
2020
# skip-pyc-compilation = ["**/*.py"]
2121

2222
[package.host-dependencies]
23-
python.git = "https://github.com/python/cpython"
23+
python.git = "https://github.com/isuruf/cpython"
2424
python.subdirectory = "Tools/pixi-packages/tsan-freethreading"
25-
python.rev = "55ea59e7dc35e1363b203ae4dd9cfc3a0ac0a844" # v3.15.0a8
25+
python.rev = "rm-recipe"
2626

2727
meson-python = "*"
2828
cython = "*"

0 commit comments

Comments
 (0)