Message315570
PR 6291 didn't work properly with case 1. Rand2 uses getrandbits() since it is overridden in the parent despites the fact that random() is defined later.
PR 6563 fixes this. It walks classes in method resolution order and finds the first class that defines random() or getrandbits().
PR 6563 also makes tests not using logging for testing purpose. |
|
Date |
User |
Action |
Args |
2018-04-21 14:45:25 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, tim.peters, rhettinger, mark.dickinson, wolma |
2018-04-21 14:45:25 | serhiy.storchaka | set | messageid: <1524321925.88.0.682650639539.issue33144@psf.upfronthosting.co.za> |
2018-04-21 14:45:25 | serhiy.storchaka | link | issue33144 messages |
2018-04-21 14:45:25 | serhiy.storchaka | create | |
|