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 rhettinger
Recipients paul.moore, rhettinger, stcanny, steve.dower, tim.golden, zach.ware
Date 2021-11-10.14:49:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1636555742.29.0.79631037964.issue45776@roundup.psfhosted.org>
In-reply-to
Content
> this coincides with collection ABCs being made unavailable directly from `collections` with this 3.9 -> 3.10 version change

Direct access from collections was removed after being deprecated for almost almost a decade ago:
 
    "Using or importing the ABCs from 'collections' instead "
    "of from 'collections.abc' is deprecated since Python 3.3, "
    "and in 3.10 it will stop working"

So Windows is correctly reporting an AttributeError.

The mystery is why it is still accessible on a Mac.  That seems like a bug.
History
Date User Action Args
2021-11-10 14:49:02rhettingersetrecipients: + rhettinger, paul.moore, tim.golden, zach.ware, steve.dower, stcanny
2021-11-10 14:49:02rhettingersetmessageid: <1636555742.29.0.79631037964.issue45776@roundup.psfhosted.org>
2021-11-10 14:49:02rhettingerlinkissue45776 messages
2021-11-10 14:49:02rhettingercreate