[issue10519] setobject.c no-op typo

Armin Rigo report at bugs.python.org
Wed Nov 24 14:21:52 CET 2010


New submission from Armin Rigo <arigo at users.sourceforge.net>:

Probably a typo in setobject.c.

The patch attached here does not really change anything but fixes the typo, leading to slightly clearer code and avoiding one level of recursion.  All tests still pass.

----------
components: Interpreter Core
files: diff1
messages: 122274
nosy: arigo
priority: normal
severity: normal
status: open
title: setobject.c no-op typo
type: behavior
versions: Python 2.7
Added file: http://bugs.python.org/file19796/diff1

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


More information about the Python-bugs-list mailing list