-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Multiprocess gets stuck while using together with cached_property #124
Comments
What version of
|
It is hanging till I ctrl+C. |
No. What's your version of python?
I'm seeing the same behavior in python 3.8, so that's a pretty good sign that it's not an issue with Also, (1) have you tried building the |
I just tried, in my case |
So the best way to resolve this is one of us to create a serialization failure test case (similar to your code above), and report that to |
MacOS Ventura 13.0.1, tested with both arm/x86 python.
python -c 'import platform; print(platform.platform())'
and
The program gets stuck, there is no outcome.
Uncomment
# self.timestamp
or usemultiprocessing
instead unfreeze the program.The text was updated successfully, but these errors were encountered: