[perl #85026] Iterate hashes by hand during do_sv_dump
authorTon Hospel <me-02@ton.iguana.be>
Sat, 11 Jun 2011 19:28:00 +0000 (12:28 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2011 20:19:31 +0000 (13:19 -0700)
commitb56985536ef770e44bf6493dc7da7eed7e5c61b2
tree96bdb3fc84b1273bca90fb0c25830c4d2639ef6b
parentcbab3169ecbf1e0e61d0f4d55bd0034da1331d90
[perl #85026] Iterate hashes by hand during do_sv_dump

A further note: while debugging this issue it was annoying that
Devel::Peek::Dump doesb't actually dump the HASH elements when an
iterator is active. Also added is a patch that does the iteration to
dump the HASH contents by iterating over it by hand (not disturbing
any active iterator). With that it also doesn't activate hash magic
during iteration, which I think is a feature
dump.c