Revert "cpython: fix gh-142214 on 3.14.1"

This reverts commit 27dcfd3e04.

This was fixed in 3.14.2 and as such this patch application has become
obsolete.
This commit is contained in:
Martin Weinelt
2025-12-06 00:01:10 +01:00
parent d7040cdaee
commit 7b9787935a
2 changed files with 3 additions and 117 deletions
@@ -399,9 +399,9 @@ stdenv.mkDerivation (finalAttrs: {
# backport fix for https://github.com/python/cpython/issues/95855
./platform-triplet-detection.patch
]
++ optionals (version == "3.14.1") [
# https://github.com/python/cpython/issues/142214
./3.14/gh-142214.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 (stdenv.hostPlatform.isMinGW) (
let