Skip to content

update asynci python 3.11 #286

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

Closed
wants to merge 1 commit into from
Closed

Conversation

dpineiden
Copy link
Contributor

Reason for the change
Adaptation to python asyncio for 3.11

Description
Cosmetic changes on sintaxis

Code examples
Now tow:
@asyncio.coroutine
Now:
async def fn

Checklist

  • asyncio modern api
  • connection without db and loop

References

Asyncio python docs

@codeclimate
Copy link

codeclimate bot commented Feb 6, 2023

Analysis results are not available for those commits

View more on Code Climate.

@stephanelsmith
Copy link

Effectively the same as my PR. Mine has more of my project specific changes.

I think it's important this library get the simple 3.11 updates for asyncio.
#284

@lsabi
Copy link
Contributor

lsabi commented Feb 9, 2023

As mentioned in the issue #285 (comment)

there's been already some effort trying to move from python 2 to the latest 3.XX version. New PRs shall be made against this branch

@srh
Copy link
Contributor

srh commented Oct 11, 2023

Closing because this was fixed in a separate PR with @stephanelsmith 's commit from #284.

@srh srh closed this Oct 11, 2023
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.

4 participants