Re: [PATCH] Bug fix for storing shared objects in shared structures
[email protected] ("Jerry D. Hedden") Wed, 7 Nov 2007 14:03:44 -0500
| Newsgroups | perl.perl5.porters,perl.ithreads |
|---|---|
| Message-ID | <[email protected]> |
Jerry D. Hedden wrote: > The attached patches fix this bug. Thank to Dean Arnold for the > suggestion to use a PL_ function pointer. Dean Arnold wrote: > Just to double check: does this permit *any* > blessed, tied SV to make use of this feature > (assuming it's tie module chains the PL_destroyhook) ? I believe so. > Or only if ithreads is configured ? I didn't put in any ithreads conditionals so that shouldn't prevent its use. > My read of the code indicates it does, > which means I can borrow it for Thread::Sociable...and > perhaps DBI (which has blessed, tied hashes) might as well ? Good luck.