Mark Shannon <m...@hotpy.org> added the comment:
I'm somewhat surprised by that. After all, the only change in control flow was the change from a break to a goto in exception handling. I would have expected PR27726 to have made much more difference. There are a few possibilities, including: 1. It's just a random fluctuation from tiny changes in alignment. 2. MSVC aligns loops, but not switches, or vice-versa, and that makes a systematic difference. I suspect that it is (1), but this is a bit worrying nonetheless. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44878> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com