]> granicus.if.org Git - python/commit
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)
authorBenjamin Peterson <benjamin@python.org>
Mon, 17 Sep 2018 05:38:02 +0000 (22:38 -0700)
committerGitHub <noreply@github.com>
Mon, 17 Sep 2018 05:38:02 +0000 (22:38 -0700)
commitddd1949fea59f256e51191540a4446f75ed608fa
tree18f1d1d253c468736ed95aece9f4da20a41bdef2
parent5cc583d94095ed3bb543fa2f032f9593a6315a52
closes bpo-34673: Tweaks to make ceval more editable. (GH-9289)

Two major changes:
- Move case statements out of the TARGET macro.
- Move PREDICT macro invocations after the case label.
Python/ceval.c