On Fri, Aug 5, 2022 at 12:54 PM Grant Edwards <grant.b.edwa...@gmail.com> wrote:
> In C, this doesn't do what it looks like it's supposed to do. > > if (foo) > do_this(); > and_this(); > then_do_this(); > It's been quite a while since I used C, but with the right compiler flag(s), I think this may be a thing of the past when compiling with gcc: https://developers.redhat.com/blog/2016/02/26/gcc-6-wmisleading-indentation-vs-goto-fail -- https://mail.python.org/mailman/listinfo/python-list