[New-bugs-announce] [issue34673] make the eval loop more editable

Benjamin Peterson report at bugs.python.org
Fri Sep 14 00:14:32 EDT 2018


New submission from Benjamin Peterson <benjamin at 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 <report at bugs.python.org>
<https://bugs.python.org/issue34673>
_______________________________________


More information about the New-bugs-announce mailing list