This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.smith
Recipients eric.smith, victorpoluceno
Date 2009-11-30.00:56:20
SpamBayes Score 1.1016554e-05
Marked as misclassified No
Message-id <1259542582.45.0.641514952592.issue5748@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-11-30 00:56:23eric.smithsetrecipients: + eric.smith, victorpoluceno
2009-11-30 00:56:22eric.smithsetmessageid: <1259542582.45.0.641514952592.issue5748@psf.upfronthosting.co.za>
2009-11-30 00:56:21eric.smithlinkissue5748 messages
2009-11-30 00:56:21eric.smithcreate