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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user