From: whitequark Date: Fri, 15 Feb 2019 14:00:42 +0000 (+0000) Subject: hdl.rec: remove __slots__. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b63bf0b1fc07a17045b965f4eb79cc5e7ed69110;p=nmigen.git hdl.rec: remove __slots__. Left in by mistake. --- diff --git a/nmigen/hdl/rec.py b/nmigen/hdl/rec.py index ef2fcb6..0b06f75 100644 --- a/nmigen/hdl/rec.py +++ b/nmigen/hdl/rec.py @@ -62,8 +62,6 @@ class Layout: class Record(Value): - __slots__ = ("fields",) - def __init__(self, layout, name=None): if name is None: try: