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.12 support #1710

Open
apoikos opened this issue Jul 3, 2023 · 0 comments
Open

Python 3.12 support #1710

apoikos opened this issue Jul 3, 2023 · 0 comments

Comments

@apoikos
Copy link
Member

apoikos commented Jul 3, 2023

Python 3.12 is around the corner with a lot of breaking changes. Some changes have already been dealt with, but we still need to tackle at least the following removals:

  • distutils: we have a single usecase in test/py/ganeti.utils.x509_unittest.py that should be easy to fix.
  • asyncore: despite Drop some asyncore-related code #1701, asyncore is still in use by the http server (noded, rapi). Both of these are forking servers and asyncore was used only for signal handling. I've started work to replace the whole implementation using standard library primitives (socketserver, BaseHTTPRequestHandler).
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

No branches or pull requests

1 participant