This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8204696
)
perl5db.pl: Remove obsolete comment
author
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 08:12:20 +0000
(
01:12
-0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 13 Jul 2013 18:49:14 +0000
(11:49 -0700)
The regexp engine is now fully reëntrant.
lib/perl5db.pl
patch
|
blob
|
blame
|
history
diff --git
a/lib/perl5db.pl
b/lib/perl5db.pl
index
b37018e
..
f68a0d2
100644
(file)
--- a/
lib/perl5db.pl
+++ b/
lib/perl5db.pl
@@
-4094,9
+4094,6
@@
sub _print_frame_message {
}
sub DB::sub {
- # Do not use a regex in this subroutine -> results in corrupted memory
- # See: [perl #66110]
-
# lock ourselves under threads
lock($DBGR);