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

grass.gunittest: Use collections.abc for Iterable #2006

Merged
merged 1 commit into from
Dec 7, 2021

Conversation

wenzeslaus
Copy link
Member

Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.

Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.
@wenzeslaus wenzeslaus added bug Something isn't working CI Continuous integration Python Related code is in Python labels Dec 7, 2021
@wenzeslaus wenzeslaus added this to the 8.2.0 milestone Dec 7, 2021
@wenzeslaus wenzeslaus merged commit 60e9746 into OSGeo:main Dec 7, 2021
@wenzeslaus wenzeslaus deleted the use-collections.abc branch December 7, 2021 18:40
@wenzeslaus wenzeslaus modified the milestones: 8.2.0, 8.0.0 Dec 7, 2021
neteler pushed a commit that referenced this pull request Dec 7, 2021
Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.
wenzeslaus added a commit to wenzeslaus/grass that referenced this pull request Dec 8, 2021
Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.
wenzeslaus added a commit that referenced this pull request Dec 8, 2021
Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.

collections.abc is not in Python 2.7, but there are usages of collections.abc in 7.8 already in pygrass and ctypesgencore.

Backport of 60e9746 (#2006) into 7.8.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Oct 26, 2022
Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.
ninsbl pushed a commit to ninsbl/grass that referenced this pull request Feb 17, 2023
Python 3.10 does not have Iterable in collections anymore and requires collections.abc.Iterable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CI Continuous integration Python Related code is in Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants