Adaptation and typecasting (was Re: [Python-Dev] replacing 'global')
Greg Ewing
greg at cosc.canterbury.ac.nz
Tue Oct 28 20:37:45 EST 2003
More information about the Python-Dev mailing list
Tue Oct 28 20:37:45 EST 2003
- Previous message: Adaptation and typecasting (was Re: [Python-Dev] replacing 'global')
- Next message: Adaptation and typecasting (was Re: [Python-Dev] replacing 'global')
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Phillip J. Eby" <pje at telecommunity.com>: > For a protocol p that has immutability as part of its contract, > adapt(x,p) is well within its rights to return an object that is a > "copy" of x in some sense. I don't think that's right -- this should only apply if the original object x is immutable. Otherwise, changes to x should be reflected in the view of it provided by p -- even if p itself provides no operations for mutation. Greg Ewing, Computer Science Dept, +--------------------------------------+ University of Canterbury, | A citizen of NewZealandCorp, a | Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. | greg at cosc.canterbury.ac.nz +--------------------------------------+
- Previous message: Adaptation and typecasting (was Re: [Python-Dev] replacing 'global')
- Next message: Adaptation and typecasting (was Re: [Python-Dev] replacing 'global')
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list