Re: [perl #20592] [PATCH] save and restore more of a coroutine's context (and more)

2003-01-29 Thread Steve Fink
On Jan-29, Jonathan Sillito wrote: > 1) coroutine.t (which should be put in t/pmc/) exposes some errors in our > coroutine code. > > 2) coroutine.patch fixes those errors by saving and restoring more of the > coroutine's context. More specifically the user_stack, control_stack and > pad_stack. >

[perl #20592] [PATCH] save and restore more of a coroutine's context (and more)

2003-01-28 Thread via RT
# New Ticket Created by Jonathan Sillito # Please include the string: [perl #20592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=20592 > A description of each attachment: 1) coroutine.t (which should be put in t/pmc/) ex