[issue5748] Objects/bytesobject.c should include stringdefs.h, instead of defining its own macros

Eric Smith report at bugs.python.org
Mon Apr 13 23:15:09 CEST 2009


New submission from Eric Smith <eric at trueblade.com>:

All of the macros it defines around line 565 should either already be in
stringdefs.h, or they should be added there.

The same issue exists in Objects/bytearrayobject.c. I haven't looked in
2.7, but I assume the same problem exists there.

----------
assignee: eric.smith
components: Interpreter Core
keywords: easy
messages: 85954
nosy: eric.smith
priority: normal
severity: normal
status: open
title: Objects/bytesobject.c should include stringdefs.h, instead of defining its own macros
type: behavior
versions: Python 2.7, Python 3.1

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


More information about the Python-bugs-list mailing list