Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating for Python v3.10 #42

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Updating for Python v3.10 #42

wants to merge 16 commits into from

Conversation

aarmey
Copy link
Contributor

@aarmey aarmey commented Jul 27, 2023

This is all @borcuttjahns work, but I wanted to open this up so that we can close the fork.

try:
from collections import abc
collections.MutableMapping = abc.MutableMapping
collections.Iterable = abc.Iterable
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@borcuttjahns, are these transfers from abc.X to collections.X needed somewhere? I couldn't find a place where they are used.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, I am having issues running this code and it seams to be localized to this same issue you are talking about here. I was wondering if you found a solution.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@DavidGorlin this branch should fix the issue. It's what we currently use.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or do you mean the code here is erroring?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants