Skip to content

fsmonitor: migrate Python ABCs from collections to collections.abc

Martin von Zweigbergk requested to merge topic/default/abc into branch/default

The Collections Abstract Base Classes in the collections module are deprecated since Python 3.3 in favor of collections.abc, and removed in Python 3.10.

Merge request reports