Inada Naoki <songofaca...@gmail.com> added the comment:
At first glance, you used ctypes.cdll, which releases GIL. But you called Python/C API in extension module. You shouldn't do it. Try ctypes.pydll, which don't release GIL. If it doesn't help you, please continue it in another communities. I don't want to make Issue Tracker as user support forum. > Could you let me know to whom I could reach out for help ? Communities! * Slack: https://pyslackers.com/ * Mailing list: https://mail.python.org/mailman/listinfo/python-list * Stack Overflow: https://stackoverflow.com/questions/tagged/python ---------- nosy: +inada.naoki _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue36963> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com