On Mon, Mar 6, 2017 at 5:31 PM, Tim Peters <[email protected]> wrote: > Not a solution. Not even close ;-) Even if it made good sense, > there's nothing to stop a custom __lt__ method from creating new > threads _during_ a sort.
Arbitrary comparison functions let you do anything.... but whoa, I cannot imagine any way that this would ever happen outside of "hey look, here's how you can trigger a SystemError"! ChrisA _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
