I thought that many places in stdlib could be made faster by this (bool is used a lot), maybe this is a major speedup. _______________________________________________ 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/LP7HCITUEOVALENBUATTXZETTBNI22T5/ Code of Conduct: http://python.org/psf/codeofconduct/
- [Python-ideas] `not not x` much faster than `bool(x)` wyz23x2
- [Python-ideas] Re: `not not x` much faster than `boo... Chris Angelico
- [Python-ideas] Re: `not not x` much faster than ... wyz23x2
- [Python-ideas] Re: `not not x` much faster t... Thomas Grainger
- [Python-ideas] Re: `not not x` much faster t... Steven D'Aprano
- [Python-ideas] Re: `not not x` much faster than `boo... Serhiy Storchaka
