Jonathan Worthington wrote:
What should happen: Class manufactures an object and init and init_pmc of Object both throw exceptions. That means creating a new Object PMC in the new method of Class using pmc_new_noinit (IIRC) and setting up its guts from within Class.Implemented this now, and included your exception-throwing patch as part of it. All checked in as r18246.
Thanks, Jonathan