Relative Content

Tag Archive for python-multiprocessingctypes

How can a Python Ctypes Structure inside Multiprocessing Value cause a Recursion Error?

I’m trying to share a Ctypes Structure between some processes using Multiprocessing.Value(). For some reason, this one struct isn’t working, and causes a random RecursionError somewhere deep inside Multiprocessing. Whats causing it? I’ve had no trouble making structs like this before, and its certainly not the size of something like this.