New submission from Benjamin Peterson <benja...@python.org>:

The TARGET macro in ceval.c hides control flow, most importantly the case 
statement. This confuses my editor and makes it indent things automatically 
improperly. This can be fixed by moving the case statements out of the TARGET 
macro.

----------
components: Interpreter Core
messages: 325320
nosy: benjamin.peterson
priority: normal
severity: normal
status: open
title: make the eval loop more editable
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34673>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to