From: Matt S Trout Date: Thu, 17 Jun 2010 02:44:45 +0000 (+0100) Subject: doc 05d04d9 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee6b53661f2ee92efc7ac7c7c93a170357e3fd90;p=p5sagit%2Fp5-mst-13.2.git doc 05d04d9 --- diff --git a/pod/perl5132delta.pod b/pod/perl5132delta.pod index 4897358..903a3e6 100644 --- a/pod/perl5132delta.pod +++ b/pod/perl5132delta.pod @@ -181,6 +181,9 @@ XXX Timely cleanup of SVs that are cloned into a new thread but then discovered to be orphaned (i.e. their owners are -not- cloned) (e42956) +Don't accidentally clone lexicals in scope within active stack frames in +the parent when creating a child thread (RT #73086) (05d04d). + Avoid loading feature.pm when 'no 5.13.2;' or similar is encountered (faee19). Trap invalid use of SvIVX on SVt_REGEXP when assertions are on (e77da3)