Message307499
1. Before the regression made by 23df2d1304ece169d7e0dfc843dfb8026b413d9f, on the first invocation of getnode(), the returned value is cached in '_node' (a global variable) and getnode() is idempotent. 2. After 23df2d1304ece169d7e0dfc843dfb8026b413d9f, the returned value is not cached in '_node' when it is obtained through _random_getnode() and getnode() returns different values each time in that case. Not sure how you can miss that point :-( | |
| Date | User | Action | Args | | 2017-12-03 10:12:18 | xdegaye | set | recipients: + xdegaye, barry, vstinner, ned.deily, serhiy.storchaka | | 2017-12-03 10:12:18 | xdegaye | set | messageid: <1512295938.8.0.213398074469.issue32107@psf.upfronthosting.co.za> | | 2017-12-03 10:12:18 | xdegaye | link | issue32107 messages | | 2017-12-03 10:12:18 | xdegaye | create | | |