You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -580,6 +580,15 @@ As a result, python-libusb1 should now be usable on Android.
580
580
581
581
Fix tests on python 3.13 .
582
582
583
+
3.3.0
584
+
-----
585
+
586
+
Improve deprecation warning, by showing the correct caller location.
587
+
588
+
Fix finalizer registration errors on pypi by using a thread-safe sequential number generator instead of relying on object id unicity and timely finalizer triggering.
589
+
590
+
Check in-dll version when creating Windows wheels. Should hopefully version mixups like what happened in 3.1.0 .
0 commit comments