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 taleinat
Recipients larry, taleinat
Date 2014-01-21.20:30:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390336244.83.0.454787963605.issue20179@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch for AC conversion of Objects/bytesobject.c and Objects/bytearrayobject.c.

This is one patch because there are changes that must be done in bytes_methods.h and bytes_methods.c that affect both of bytesobject.c and bytearrayobject.c. Those changes are in this patch as well.

All methods were converted except for two groups:

1) the various find methods which use the common argument parsing function 'stringlib_parse_args_finds_byte'
2) 'new' and 'init' methods

Also note that both of these classes use some common function implementations found under 'stringlib'. However, since that code is in separate files, I'll upload the conversion patches to the relevant issue (and write an appropriate comment here).
History
Date User Action Args
2014-01-21 20:30:46taleinatsetrecipients: + taleinat, larry
2014-01-21 20:30:44taleinatsetmessageid: <1390336244.83.0.454787963605.issue20179@psf.upfronthosting.co.za>
2014-01-21 20:30:44taleinatlinkissue20179 messages
2014-01-21 20:30:44taleinatcreate