diff --git a/artiq/compiler/types.py b/artiq/compiler/types.py index c7f88b9f4..2f7bf798c 100644 --- a/artiq/compiler/types.py +++ b/artiq/compiler/types.py @@ -234,8 +234,8 @@ class TFunction(Type): """ attributes = OrderedDict([ - ('__code__', _TPointer()), ('__closure__', _TPointer()), + ('__code__', _TPointer()), ]) def __init__(self, args, optargs, ret):