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:
Martin Weinelt
2025-12-06 01:20:00 +01:00
parent 9dde8c194a
commit d7040cdaee
3 changed files with 0 additions and 139 deletions
@@ -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