Message266078
Compiler warnings can be fixed by using h instead of j in case RETURN_VALUE & casting CONST_LEN() to unsigned is safe As for the failing tests: I've finally figured out how to use Tools/freeze to fix __phello__ et al. I've brought up the trace test failure a few times, essentially return (1, 2, 3) compiles to LOAD_CONST (1,2,3) being on separate line than the RETURN_VALUE whereas previously it did not. This issue does not occur for return """1, 2, 3""" Leading me to believe peephole has missed some detail in ltotab handling | |
Date | User | Action | Args | 2016-05-22 13:42:24 | Demur Rumed | set | recipients: + Demur Rumed, brett.cannon, georg.brandl, rhettinger, ncoghlan, vstinner, benjamin.peterson, python-dev, serhiy.storchaka, yselivanov, abarnert, josh.r | 2016-05-22 13:42:24 | Demur Rumed | set | messageid: <1463924544.67.0.26637454543.issue26647@psf.upfronthosting.co.za> | 2016-05-22 13:42:24 | Demur Rumed | link | issue26647 messages | 2016-05-22 13:42:24 | Demur Rumed | create | | |