Ticket #1446 (closed bug: fixed)

Opened 12 years ago

Last modified 11 years ago

Exception PMC 'clone' does not work

Reported by: Austin_Hastings Owned by: NotFound
Priority: normal Milestone:
Component: none Version: 2.0.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

Exception is defaulting its clone VTABLE , which does nothing useful since Exception also defaults its freeze/thaw.

Change History

Changed 11 years ago by NotFound

TODOed test added in r48584

Changed 11 years ago by NotFound

  • owner set to NotFound
  • status changed from new to assigned

Initial implementation done r48597. It copies only the user supplied values, not the throw/catch state.

Changed 11 years ago by NotFound

  • status changed from assigned to closed
  • resolution set to fixed

Exception clone now does something useful so I'm closing this ticket.

If more functionality is wanted please open a new ticket.

Note: See TracTickets for help on using tickets.