vpelletier / python-libusb1

Python ctype-based wrapper around libusb1
GNU Lesser General Public License v2.1
168 stars 65 forks source link

Use notify_all instead of notifyAll method that was deprecated in Python 3.10 #71

Closed tirkarthi closed 3 years ago

tirkarthi commented 3 years ago

Fixes #70

vpelletier commented 3 years ago

Thanks, rebased on master and pushed.