Chip Salzenberg <chip@atlantic.net> wrote:
> According to Doug MacEachern:
> > The obscure, untraceable failing of test 18 has gone away, my bet is
> > this from Changes: "Fix imbalanced ENTER/LEAVE from C<BEGIN{die}>".
> > fantastic, excellent work Chip!!!
>
> Thank you, but although I coded that patch, I wouldn't have known
> where to start if Sarathy hadn't given me a map and directions.
well then, thanks Sarathy! But, I wasn't just saying thanks for that
fix, rather, _all_ the work you have done Chip, esp. _all_ the embedding
fixes. I think perldelta should mention this somehow:
p5p-msgid:
199703112255.RAA22775@postman.osf.org
additions also make it feasible to manipulate C<HE*>s (hash entries),
which can be more efficient. See L<perlguts> for details.
+=item Embedding improvements
+
+In older versions of Perl it was not possible to create more than one
+instance of a Perl interpreter inside the same process without leaking
+like mad and/or crashing. The major bugs which caused this behavior
+have been fixed, however, you still must take care when embedding Perl
+in a C program. See the updated perlembed manpage for tips on how to
+manage your interpreters.
+
=back
=head1 Documentation Changes