On Fri, Dec 3, 2021 at 12:43 AM David Mertz, Ph.D. <[email protected]> wrote: > > On Thu, Dec 2, 2021 at 3:33 AM Chris Angelico <[email protected]> wrote: >> >> > But it IS stored! There is no way for it to be evaluated without >> > it >> > being stored! >> > >> I'm not sure I understand you here. How is the late-bound default >> "stored" when one side of a ternary is "not stored"? > > > This seems like dishonest argument. I'm not even sure what point you think > it is making. >
My point was a response to a claim that a late-bound default fundamentally has to be stored somewhere, yet half of a ternary conditional isn't. My point was that there is no difference, and they are both code. Please examine the surrounding context and respond in more detail, rather than calling my argument "dishonest". ChrisA _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/GYTVMNI6G4SEYCHILT2AKD23T7CD6AUS/ Code of Conduct: http://python.org/psf/codeofconduct/
