Changed interpreter dispatch table to use a tuple instead of a list
RPython complained about not being able to determine a unique name for the function pointers, using a tuple doesn't cause this warning anymore.
Signed-off-by:
Stefan Marr <git@stefan-marr.de>
Please register or sign in to comment