On Tuesday 26 September 2006 16:44, Allison Randal wrote: > Also, any reactions to the distinction that async ops return status > objects while sync ops return integer error codes? Sync opcodes could > have 2 signatures, one with an integer return type (int error code) and > one with a PMC return type (status object).
PMCs do have integer values too; perhaps unifying them to return always PMCs and then checking the intval would do. -- c