summarylogtreecommitdiffstats
path: root/python-bcrypt-allow-subinterpreters.patch
blob: 4a22807ec6bd46a515b674b8462f39b6b16e5499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/_bcrypt/Cargo.toml b/src/_bcrypt/Cargo.toml
index 58f6c13..83fd6b9 100644
--- a/src/_bcrypt/Cargo.toml
+++ b/src/_bcrypt/Cargo.toml
@@ -6,7 +6,7 @@ edition = "2018"
 publish = false
 
 [dependencies]
-pyo3 = { version = "0.23", features = ["abi3"] }
+pyo3 = { git = "https://git.st8l.com/luxolus/pyo3", tag = "v0.23.3-subint+1", features = ["abi3", "unsafe-allow-subinterpreters"] }
 bcrypt = "0.16"
 bcrypt-pbkdf = "0.10.0"
 base64 = "0.22.1"