cdist fails to run with python 3.10 #329
Labels
No labels
bugfix
cleanup
discussion
documentation
doing
done
feature
improvement
packaging
Stale
testing
TODO
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: ungleich-public/cdist#329
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Running cdist (all versions) using python 3.10 fails with the following stack trace:
This is due to python 3.10 moving all the Collections Abstract Base Classes from
collections
tocollections.abc
(there's a deprecation warning since 3.3...)Just saw that @fnux fixed it in
3a321469a8
. That commit should definitely be included in the next release.The patch has been releases - we can close this issue. I don't have the rights to do so anymore, though.
I got the rights back. Closing.