Michal Wallace <[EMAIL PROTECTED]> wrote: > Looking more at exceptions here... I > used to be able to put arbitrary > stuff in the _message slot of a > ParrotException... Now we can only use > strings. Is that permanent?
Depends on what exceptions finally are. But the standard entries like "_message" are not supposed to get anything different then a string for that. > PythonException will need to be able > to hold an arbitrary python object. Attach it as a property (s. setprop/getprop). > Michal J Wallace leo