[Python-Dev] Re: [Stackless] comments on PEP 219

Skip Montanaro skip at pobox.com
Wed Mar 14 04:12:02 CET 2001


>>>>> "Gordon" == Gordon McMillan <gmcm at hypernet.com> writes:

    Gordon> No one's asking them to give up __init__. Just asking them not
    Gordon> to transfer control from inside an __init__. There are good
    Gordon> reasons not to transfer control to another thread from within an
    Gordon> __init__, too.
 
Is this same restriction placed on all "magic" methods like __getitem__?  Is
this the semantic difference between Stackless and CPython that people are
getting all in a lather about?

Skip



_______________________________________________
Stackless mailing list
Stackless at starship.python.net
http://starship.python.net/mailman/listinfo/stackless



More information about the Stackless mailing list