Yes, thank you, this would definitely be nice to have. Although, "A generic system for deferred evaluation has been proposed at times“ sound better if it was a superset of PEP505. Could you refer me to any resources about such considered system?
> On 18 Jul 2023, at 08:33, Chris Angelico <[email protected]> wrote: > > On Tue, 18 Jul 2023 at 14:07, Dom Grigonis <[email protected]> wrote: >> PEP505 would solve this nicely, but it only applies to None and would not >> apply to say user-defined sentinels and many other cases where permutations >> of different conditionals arise. >> > > PEP 671 would solve this nicely too. > > 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/R4HVE2MYZT7GJAB6SNKHW6UVC2G4OYYO/ > Code of Conduct: http://python.org/psf/codeofconduct/ _______________________________________________ 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/OUYIXJ5ZYQUXJBXR5U554YMKLVU6AAKB/ Code of Conduct: http://python.org/psf/codeofconduct/
