mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-02 14:28:58 +02:00
Fix @functools.cache . It's available since Python 3.9
This commit is contained in:
@@ -1965,7 +1965,7 @@ class address_space(objects.StructType):
|
||||
|
||||
class page(objects.StructType):
|
||||
@property
|
||||
@functools.cache
|
||||
@functools.lru_cache()
|
||||
def pageflags_enum(self) -> Dict:
|
||||
"""Returns 'pageflags' enumeration key/values
|
||||
|
||||
|
||||
Reference in New Issue
Block a user