mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-22 22:32:22 +02:00
We can't inherit from bool, so __new__ can't return a bool, so everything has be done with int. However __bool__ is already defined for int, so it should have no significant impact (other than type() calls). Fixes issue 232.