| commit | ddd1949fea59f256e51191540a4446f75ed608fa | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Sun Sep 16 22:38:02 2018 -0700 |
| committer | GitHub <noreply@github.com> | Sun Sep 16 22:38:02 2018 -0700 |
| tree | 18f1d1d253c468736ed95aece9f4da20a41bdef2 | |
| parent | 5cc583d94095ed3bb543fa2f032f9593a6315a52 [diff] |
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.