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 67c0a4c commit f054311Copy full SHA for f054311
src/ops/nqp.ops
@@ -32,7 +32,7 @@ static PMC *KnowHOWAttribute = NULL;
32
static PMC * decontainerize(PARROT_INTERP, PMC *var) {
33
if (var->vtable->base_type == smo_id) {
34
ContainerSpec *spec = STABLE(var)->container_spec;
35
- if (spec) {
+ if (spec && REPR(var)->defined(interp, var)) {
36
if (!PMC_IS_NULL(spec->value_slot.class_handle)) {
37
/* Just get slot. */
38
return VTABLE_get_attr_keyed(interp, var, spec->value_slot.class_handle,
0 commit comments