We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11b1430 commit 564d659Copy full SHA for 564d659
src/6model/sixmodelobject.h
@@ -420,7 +420,7 @@ struct SixModel_REPROps {
420
#define MARK_AS_TYPE_OBJECT(o) PObj_flag_SET(private0, (o))
421
422
/* Macro for decontainerization. */
423
-#define DECONT(interp, o) (STABLE(o)->container_spec ? \
+#define DECONT(interp, o) (IS_CONCRETE(o) && STABLE(o)->container_spec ? \
424
STABLE(o)->container_spec->fetch(interp, o) : \
425
o)
426
0 commit comments