Files
cpython/Objects
Guido van Rossum 89c4264792 binary_op1(), ternary_op(): rearrange the code so that slotw is tested
(to see whether __rop__ should go before __op__) only when slotv is
set.  This saves a test+branch when only slotw is set.
2001-10-01 17:10:18 +00:00
..
2001-08-29 23:54:21 +00:00
2001-09-11 19:48:03 +00:00
2001-10-01 16:42:49 +00:00