Sorry if this has already been answered, but if it has I missed it.

From your demo:

class HistoricVar:

    def __getself__(self):
        return self.var

What stops the reference to 'self' here from invoking __getself__ again?

--
Greg
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/A43QPHRQ4CWMSZ4AJ2E5RCCQE3V4OG5L/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to