Re: New vtable methods

2002-08-19 Thread Brian Ingerson
On 18/08/02 16:06 -0400, Dan Sugalski wrote: Okay, here's two new vtable methods freeze(PMC) - Responsible for freezing a PMC to the current freeze data stream. Throws an exception on error thaw(PMC) - A class method that thaws a PMC from the current thaw data stream Both

Re: New vtable methods

2002-08-19 Thread Dan Sugalski
At 11:29 PM -0700 8/18/02, Brian Ingerson wrote: On 18/08/02 16:06 -0400, Dan Sugalski wrote: Okay, here's two new vtable methods freeze(PMC) - Responsible for freezing a PMC to the current freeze data stream. Throws an exception on error thaw(PMC) - A class method that thaws

New vtable methods

2002-08-18 Thread Dan Sugalski
Okay, here's two new vtable methods freeze(PMC) - Responsible for freezing a PMC to the current freeze data stream. Throws an exception on error thaw(PMC) - A class method that thaws a PMC from the current thaw data stream Both of these should use the freeze/thaw API--I'll get