doc 05d04d9
Matt S Trout [Thu, 17 Jun 2010 02:44:45 +0000 (03:44 +0100)]
pod/perl5132delta.pod

index 4897358..903a3e6 100644 (file)
@@ -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)