-
Notifications
You must be signed in to change notification settings - Fork 252
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.13: billiard.util.get_logger() is broken #403
Comments
can you please submit a PR? |
Currently in Python 3.13, the functions That approach could perhaps break in the future if these functions start doing something other than acquire/release a module lock, but copying their contents could also break if the internal locking semantics change in a future Python, so 🤷. |
Hi, is there any plans to release |
Yes we can do that. Please do add 3.13 and add me for review. After it's done I'll release a new version. Thank you! |
Fix released in Billiard v4.2.1 |
Since
logging._acquireLock
is no longer present in Python 3.13,billiard.util.get_logger()
no longer works:The text was updated successfully, but these errors were encountered: