Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

node: fix deprecated Iterable import in py3.10#62

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
kulaginm merged 1 commit intopostgrespro:python-3.10fromshenghaoyang:master
Apr 11, 2022

Conversation

shenghaoyang
Copy link
Contributor

The alias fromcollections.Iterable ->collections.abc.Iterable was removed in Python 3.10

Import fromcollections.abc instead if the import fromcollections fails.

Aside: the test suite (excluding the replication test) passes on py3.10

Import from collections.abc instead if import from collectionsfails.
@kulaginmkulaginm changed the base branch frommaster topython-3.10April 11, 2022 16:27
@kulaginmkulaginm merged commita99cb60 intopostgrespro:python-3.10Apr 11, 2022
@kulaginm
Copy link
Member

Thank you.
I merged into the python-3.10 branch to run travis tests.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@shenghaoyang@kulaginm

[8]ページ先頭

©2009-2025 Movatter.jp