Skip to content

Commit e888354

Browse files
C0rn3jvpelletier
authored andcommitted
Fix incorrect getFinalizer() reference in setPollFDNotifiers()
1 parent 2dd834d commit e888354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

usb1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2603,7 +2603,7 @@ def setPollFDNotifiers(
26032603
# race-condition) it is not a big deal, as __finalizePollFDNotifiers
26042604
# will do the right thing even if called multiple times in a row.
26052605
self.__has_pollfd_finalizer = True
2606-
self.getFinalizer(
2606+
self._getFinalizer(
26072607
self,
26082608
self.__finalizePollFDNotifiers, # Note: staticmethod
26092609
context_p=self.__context_p,

0 commit comments

Comments
 (0)