-
-
Notifications
You must be signed in to change notification settings - Fork 14
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: Traceback during execution of tests #61
Comments
Thanks for submitting the issue. I am aware of it. There's some issues that changes in python |
With uqfoundation/dill/pull/679 applied we are still seeing the issues from the second codeblock above. I try to gather some more information the coming days. |
Yes, I'm seeing this as well. This is the next ticket on my schedule, and it's the only blocker to a new release. I expect to be able to get into this week or weekend, and after a few more minor tickets then produce releases. I've seen these kinds of errors before, and it's often due to some change in python that causes a module dict / global dict to not be found. |
The issue is due to changes with
Then:
however:
Basically, the |
While it's a bit more complex inside of
|
Fedora is preparing for the upcoming release of Python 3.13. Executing the tests with Python 3.13.0b2 leads to tracebacks:
I've also observed:
The text was updated successfully, but these errors were encountered: