diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-10-24 22:35:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-24 22:35:15 -0700 |
commit | 95f1a7bb09db03ae239c8cbf43e8890ab12fd782 (patch) | |
tree | bc327238c917e2dab9b2264c4c8da67a0e9e915a /Python/errors.c | |
parent | d7ac06126db86f76ba92cbca4cb702852a321f78 (diff) | |
download | cpython-git-95f1a7bb09db03ae239c8cbf43e8890ab12fd782.tar.gz |
remove support for splitting the ceval switch into multiple switches (#4099)
This kludge is from 1992. Any C99 compiler is going to be able to handle the
ceval dispatch switch.
Anyway, we have much bigger switches than the ceval dispatch one around. (See,
e.g., Objects/unicodetype_db.h.)
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions