Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

So, is the GIL released when the thread goes to SQLite? Is the behaviour dependent on how the interfacing between Python and C is written?


Yes, it is released [1]. This allows you to access it from multiple thread in the same interpreter though, so I still don't understand robertlagrant's question.

[1]: https://github.com/python/cpython/blob/4b81139aac3fa11779f6e...




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: