[GH-ISSUE #483] Exception on IPy.py #297

Closed
opened 2026-02-27 15:58:09 +03:00 by kerem · 1 comment
Owner

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.abc aliases.

https://github.com/retspen/webvirtcloud/blob/master/vrtManager/IPy.py#L1011 should be class IPSet(collections.abc.MutableSet):

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.abc` aliases. https://github.com/retspen/webvirtcloud/blob/master/vrtManager/IPy.py#L1011 should be `class IPSet(collections.abc.MutableSet):`
kerem closed this issue 2026-02-27 15:58:09 +03:00
Author
Owner

@catborise commented on GitHub (Jan 12, 2022):

thanks. ipy.py updated to 1.1.0. this release fix that problem.

<!-- gh-comment-id:1010902923 --> @catborise commented on GitHub (Jan 12, 2022): thanks. ipy.py updated to 1.1.0. this release fix that problem.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#297
No description provided.