[Python-3000] iostack, continued

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jun 8 01:34:05 CEST 2006


Giovanni Bajo wrote:

> I believe what he meant was that property change should not affect the state of
> anything but the *Python*'s object.

Then what counts as part of the Python object? If the
object is wrapping a C struct from some library, is it
okay for a property to change a member of that struct?

--
Greg


More information about the Python-3000 mailing list