
report at bugs
Nov 29, 2009, 4:56 PM
Post #1 of 2
(203 views)
Permalink
|
|
[issue5748] Objects/bytesobject.c should include stringdefs.h, instead of defining its own macros
|
|
Eric Smith <eric [at] trueblade> added the comment: This does not apply to 2.x. In both py3k and trunk, Objects/bytearrayobject.c uses stringlib with some private defines. But since those defines are only used in bytearrayobject.c, there's nothing to be gained by factoring then out into a bytearraydef.h file. So, I'm just going to fix this in Objects/bytesobjects.c, which only appears in py3k. ---------- versions: +Python 3.2 -Python 2.7, Python 3.1 _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue5748> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|