python313: revert commit that locks ssl sockets

This breaks among other things the websockets package and is due to be
reverted in 3.13.7.
This commit is contained in:
Martin Weinelt
2025-08-10 00:06:16 +02:00
parent ca321b05ae
commit 5f974fa39f
2 changed files with 377 additions and 0 deletions
@@ -365,6 +365,10 @@ stdenv.mkDerivation (finalAttrs: {
++ optionals (pythonAtLeast "3.13") [
./3.13/virtualenv-permissions.patch
]
++ optionals isPy313 [
# https://github.com/python/cpython/issues/137583
./3.13/revert-gh134724.patch
]
++ optionals mimetypesSupport [
# Make the mimetypes module refer to the right file
./mimetypes.patch