◐ Shell
clean mode source ↗

Message 249398 - Python tracker

On 31.08.2015 11:55, Antoine Pitrou wrote:
> 
> __class__ assignment can definitely be useful for monkey-patching, or other, purposes.

The feature certainly has its place for user defined types (see the
unpickle example), but I don't think we should allow this for
static types.