[PATCH 6 of 6] imported patch bdiff.c-py3k-port.diff

Renato Cunha renato at renatocunha.com
Tue Jun 8 13:04:08 CDT 2010


On Tue, Jun 8, 2010 at 14:57, Renato Cunha <renatoc at gmail.com> wrote:
>        /* build binary patch */
> -       rb = PyString_AsString(result);
> +       rb = PyBytes_AsString(result);
>        la = lb = 0;

Alright,

found a bug already, sorry about that. Not all modifications are
sorrounded by #ifdef IS_PY3K. :/

Regards,
-- 
Renato Cunha <http://renatocunha.com>
Blog: http://valedotrovao.com
"Whatever happens, happens"


More information about the Mercurial-devel mailing list