> On Nov 18, 2016, at 6:16 PM, Luca Sbardella <[email protected]> wrote: > > Running 3.6-dev from travis, currently b4+. > No debug mode, that is an order of magnitude slower ;-)
FWIW I found that I can’t really trust the build times on travis for measuring any kind of performance regressions. You don’t know how it’s compiled there, and more importantly, if Python 3.6 is compiled with the same settings as 3.5. Yury _______________________________________________ Async-sig mailing list [email protected] https://mail.python.org/mailman/listinfo/async-sig Code of Conduct: https://www.python.org/psf/codeofconduct/
