Closed
Description
The PREDICT()
macros are supposed to speed dispatch on platforms without computed gotos (i.e. Windows).
However the "predictions" are nothing like the actual behavior observed, especially with PEP 659.
We might want to insert something like the PREDICT
macros automatically, but the manually inserted ones are useless, or worse, and should be removed.