Jelle Zijlstra <[email protected]> added the comment:
This sounds like a bug in the third-party library you're using, not in Python itself. Could you report this bug to the library? According to https://docs.python.org/3.9/library/collections.html, aliases like collections.Mapping were removed from the collections namespace in 3.10. ---------- nosy: +Jelle Zijlstra resolution: -> third party stage: -> resolved status: open -> closed _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue44737> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
