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

Python 3.11 Support #2443

Closed
johnnynunez opened this issue Oct 25, 2022 · 2 comments · Fixed by #2418
Closed

Python 3.11 Support #2443

johnnynunez opened this issue Oct 25, 2022 · 2 comments · Fixed by #2418
Labels
enhancement Enhanvement request maintenance Project maintenance
Milestone

Comments

@johnnynunez
Copy link

Yeah! Python 3.11 support please. It should be the default.
Python 3.11 is between 10-60% faster than Python 3.10. On average, we measured a 1.25x speedup on the standard benchmark suite. See Faster CPython for details.
https://docs.python.org/3.11/whatsnew/3.11.html
https://www.phoronix.com/news/Python-3.11-Released

pytorch/pytorch#86566

@johnnynunez johnnynunez added the enhancement Enhanvement request label Oct 25, 2022
@Jasha10 Jasha10 added the maintenance Project maintenance label Oct 25, 2022
@Jasha10
Copy link
Collaborator

Jasha10 commented Oct 25, 2022

Thanks @johnnynunez!
TODO:

  • enable python3.11 in CI pipelines
  • migrate dataclasses to avoid mutable default values (see WIP PR support Python3.11 #2418 for context)

@johnnynunez
Copy link
Author

johnnynunez commented Oct 26, 2022

Amazing results https://www.phoronix.com/review/python-311-performance @Jasha10

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

Successfully merging a pull request may close this issue.

2 participants