Kimahriman / hdfs-native

Apache License 2.0
32 stars 12 forks source link

Release GIL for blocking calls #152

Closed Kimahriman closed 2 weeks ago

Kimahriman commented 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.