[issue20179] Derby #10: Convert 50 sites to Argument Clinic across 4 files

Tal Einat report at bugs.python.org
Tue Jan 21 21:30:44 CET 2014


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 <report at bugs.python.org>
<http://bugs.python.org/issue20179>
_______________________________________


More information about the Python-bugs-list mailing list