Re: [PATCH] Refactoring to Sv*_set() macros - patch #4
[email protected] (Nicholas Clark) Mon, 18 Apr 2005 13:45:31 +0100
| Newsgroups | perl.perl5.porters,perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Sat, Apr 16, 2005 at 11:05:02AM -0500, Steve Peters wrote: > This is the fourth patch to migrate to the Sv*_set() macros. This patch > takes cares of SVPVX() assignments, mostly. This does not do anything with > cases where SvPVX() is dereferenced before being assigned. Thanks applied (24239) With a little bug fix to Perl_rvpv_dup that only shows up as a core dump under ithreads when built with assertions. Grrr. We have an assert() macro that uses PerlIO. And PerlIO doesn't work during ithread cloning. This is a stupid state of affairs. Nicholas Clark