Closed Kimahriman closed 2 weeks ago
I assumed the GIL would be released when entering Rust calls, but unless you explicitly release it, it will be held the entire call, which limits the ability to do multithreading in Python using a single Client.
I assumed the GIL would be released when entering Rust calls, but unless you explicitly release it, it will be held the entire call, which limits the ability to do multithreading in Python using a single Client.