[issue11582] Boilerplate code replaced in Python/ceval.c

knickerkicker report at bugs.python.org
Thu Mar 17 08:04:05 CET 2011


New submission from knickerkicker <knicker.kicker at gmail.com>:

Replaced boilerplate implementations of several BINARY_* and INPLACE_* opcodes with two macros. The result shaves off 154 lines from Python/ceval.c.

----------
components: Interpreter Core
files: 20110317_ceval.patch
keywords: patch
messages: 131230
nosy: knicker.kicker
priority: normal
severity: normal
status: open
title: Boilerplate code replaced in Python/ceval.c
versions: Python 3.1, Python 3.2, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file21264/20110317_ceval.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11582>
_______________________________________


More information about the Python-bugs-list mailing list