mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-30 03:39:51 +02:00
This appears to get in a loop when it's been unpickled by multiprocessing. My guess is that it's trying to set _concrete_members without it being done in __init__ and there gets in a loop. We ensure then when doing a look-up inside __getattr__, it happens using __getattribute__.