Re: Creating a capabilities-based restricted execution system
Sean R. Lynch wrote:[color=blue]
> Well, I'm providing a same_type function that compares types. What else
> do you want to do with type()? The other option is to go the Zope3 route
> and provide proxies to the type objects returned by type().[/color]
I don't know what is needed, but I know that existing code will break
when it did not strictly need to - no existing code uses your function.
If you think your users can accept rewriting their code - fine.
Regards,
Martin
Sean R. Lynch wrote:[color=blue]
> Well, I'm providing a same_type function that compares types. What else
> do you want to do with type()? The other option is to go the Zope3 route
> and provide proxies to the type objects returned by type().[/color]
I don't know what is needed, but I know that existing code will break
when it did not strictly need to - no existing code uses your function.
If you think your users can accept rewriting their code - fine.
Regards,
Martin
Comment