intrepidcs / python_ics

Library for interfacing with Intrepid devices in Python
MIT License
61 stars 29 forks source link

Release the GIL for the whole duration of timeout #63

Closed pierreluctg closed 5 years ago

pierreluctg commented 5 years ago

Release the GIL for the whole duration of timeout instead of release and acquiring once per interval.

(cherry picked from commit 74d932e6d3ed61f1eaf59164a50ac22e895e1bab)

pierreluctg commented 5 years ago

Fixes #60 for v802

pierreluctg commented 5 years ago

@drebbe-intrepid please review.