On Jan 23, 5:48 pm, Bryan Olson <fakeaddr...@nowhere.org> wrote:
> Carl Banks wrote:
>
> [...]
>
> > BTW, class instances are usually immutable and thus don't require a
> > mutex in the system I described.
>
> Then you are describing a language radically different from Python.

Bzzt.

Hint: aside from the reference count, most class instances are
immutable in Python *today*.


Carl Banks
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to