This project is closed and read-only.
Backport #5634 » fix-yield-from-eval-segfault.patch
| vm_insnhelper.c | ||
|---|---|---|
|
cfp->iseq = (rb_iseq_t *) iseq;
|
||
|
cfp->flag = type;
|
||
|
cfp->self = self;
|
||
|
cfp->block_iseq = 0;
|
||
|
cfp->proc = 0;
|
||
|
cfp->me = me;
|
||
|
if (klass) {
|
||