mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 15:35:57 +03:00
[GH-ISSUE #483] Exception on IPy.py #297
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#297
Loading…
Add table
Add a link
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?
Originally created by @wongsyrone on GitHub (Jan 12, 2022).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/483
https://github.com/python/cpython/pull/23754/files
Python 3.10 removed
collections.abcaliases.https://github.com/retspen/webvirtcloud/blob/master/vrtManager/IPy.py#L1011 should be
class IPSet(collections.abc.MutableSet):@catborise commented on GitHub (Jan 12, 2022):
thanks. ipy.py updated to 1.1.0. this release fix that problem.