This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kumaraditya
Recipients dafu-wu, kumaraditya
Date 2021-12-23.08:34:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640248441.98.0.269438971653.issue46160@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.10 these deprecated aliases where removed from collections module.
To fix it you can change `collections.MutableSet` to `collections.abc.MutableSet`.

See https://docs.python.org/3/whatsnew/3.9.html#you-should-check-for-deprecationwarning-in-your-code
History
Date User Action Args
2021-12-23 08:34:02kumaradityasetrecipients: + kumaraditya, dafu-wu
2021-12-23 08:34:01kumaradityasetmessageid: <1640248441.98.0.269438971653.issue46160@roundup.psfhosted.org>
2021-12-23 08:34:01kumaradityalinkissue46160 messages
2021-12-23 08:34:01kumaradityacreate