[New-bugs-announce] [issue1238] dictobject and dictentry not used consistently in dictobject.c

Anthon van der Neut report at bugs.python.org
Fri Oct 5 09:30:55 CEST 2007


New submission from Anthon van der Neut:

In dictobject.c the structures from dictobject.h are typedeffed to:
typedef PyDictEntry dictentry;
typedef PyDictObject dictobject;

However there are still a few locations in that file where the
PyDictEntry and PyDictObject types are used directly. IMHO these should
be replaced by  dictentry resp. dictobject

Attached is a patch for that.

----------
components: Interpreter Core
files: dictobject.c.patch
messages: 56234
nosy: anthon
severity: minor
status: open
title: dictobject and dictentry not used consistently in dictobject.c
versions: Python 2.5, Python 2.6

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1238>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dictobject.c.patch
Type: text/x-patch
Size: 1703 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071005/90ce3c40/attachment.bin 


More information about the New-bugs-announce mailing list