Revert "cpython: fix gh-142218 on 3.13.10 and 3.14.1"
This reverts commit ae4f7fd1e9.
Fixed in 3.13.11 and 3.14.2 and as such obsoleted.
This commit is contained in:
@@ -399,10 +399,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
# backport fix for https://github.com/python/cpython/issues/95855
|
||||
./platform-triplet-detection.patch
|
||||
]
|
||||
++ optionals (version == "3.13.10" || version == "3.14.1") [
|
||||
# https://github.com/python/cpython/issues/142218
|
||||
./${lib.versions.majorMinor version}/gh-142218.patch
|
||||
]
|
||||
++ optionals (version == "3.14.1") [
|
||||
# https://github.com/python/cpython/issues/142214
|
||||
./3.14/gh-142214.patch
|
||||
|
||||
Reference in New Issue
Block a user