bpo-43760: Streamline dispatch sequence for machines without computed gotos. by markshannon · Pull Request #25244 · python/cpython

@markshannon

* Do fetch and decode at end of opocde then jump directly to switch.
  Should allow compilers that don't support computed-gotos, specifically MSVC,
  to generate better code.

@markshannon

… function changed frame *and* raised an exception.

@markshannon