Tal Einat added the comment:

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).

----------
keywords: +patch
Added file: http://bugs.python.org/file33599/bytes_and_bytearray.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue20179>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to