[Libre-soc-bugs] [Bug 1173] provide an option to switch ISACaller to use a different Mem class that uses mmap.mmap instead of a dict
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Tue Oct 24 18:52:30 BST 2023
https://bugs.libre-soc.org/show_bug.cgi?id=1173
--- Comment #11 from Luke Kenneth Casson Leighton <lkcl at lkcl.net> ---
128 class TestAccumulatorBase:
129 __test__ = False # pytest should ignore this class
130
131 def __init__(self, flags=()):
132 self.__subtest_args = {}
133 self.flags = frozenset(flags)
=>
128 class TestAccumulatorBase:
129 __test__ = False # pytest should ignore this class
130
131 def __init__(self, flags=(), **kwargs):
132 self.__subtest_args = {}
133 self.flags = frozenset(flags)
self.underlay_args = kwargs
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list