Re: [perl #38236] [PATCH] Restrict clear_eh to handlers in the current context

2006-02-06 Thread Leopold Toetsch
Bob Rogers wrote: Phooey; I should read what I write. This version changes the word "sub" to "handler" in a comment, thereby causing it to make sense. I've now implemented the proposed stricter clear_eh semantics. That is * clear_eh can only clear exception handlers * and only from the curr

[perl #38236] [PATCH] Restrict clear_eh to handlers in the current context

2006-01-14 Thread via RT
# New Ticket Created by Bob Rogers # Please include the string: [perl #38236] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=38236 > From: jerry gay <[EMAIL PROTECTED]> Date: Sat, 14 Jan 2006 08:45:50 -0800 On 1/

[perl #38236] [PATCH] Restrict clear_eh to handlers in the current context

2006-01-14 Thread Bob Rogers
Phooey; I should read what I write. This version changes the word "sub" to "handler" in a comment, thereby causing it to make sense. -- Bob Index: t/pmc/exception.t === --- t/pmc/exception.