Right now the move keyword (#45) has no code that's Pyrona specific. This is nice because we can write a separate move PEP if we want.
However, we need to make move Pyrona-aware so that a move out of a non Pyrona-aware class sets the dirty flag correctly.
After this a Pyrona-aware type need for set attribute and get attribute to be symmetric, but also get attribute and del attribute.
Right now the
movekeyword (#45) has no code that's Pyrona specific. This is nice because we can write a separate move PEP if we want.However, we need to make
movePyrona-aware so that a move out of a non Pyrona-aware class sets the dirty flag correctly.After this a Pyrona-aware type need for set attribute and get attribute to be symmetric, but also get attribute and del attribute.