Skip to content

Commit 564d659

Browse files
committed
Don't decontainerize type objects.
1 parent 11b1430 commit 564d659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/6model/sixmodelobject.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ struct SixModel_REPROps {
420420
#define MARK_AS_TYPE_OBJECT(o) PObj_flag_SET(private0, (o))
421421

422422
/* Macro for decontainerization. */
423-
#define DECONT(interp, o) (STABLE(o)->container_spec ? \
423+
#define DECONT(interp, o) (IS_CONCRETE(o) && STABLE(o)->container_spec ? \
424424
STABLE(o)->container_spec->fetch(interp, o) : \
425425
o)
426426

0 commit comments

Comments
 (0)