-
Notifications
You must be signed in to change notification settings - Fork 103
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
Support Python 3.12 #203
Comments
I think I am going to work around this in the Fedora package by adding |
FYI just noticed Python 3.12's release notes have a section on replacing |
Nice, that’s both new and useful. I’m happy to try it out and offer a PR. I don’t really have a high-level understanding of the autoload system to which this belongs; do we want the module cached in |
Leaning towards caching since client classes are cached and executing the module multiple times might otherwise lead to race conditions. |
Follow up to #192 (see #192 (comment)).
The text was updated successfully, but these errors were encountered: