[bitbake-devel] [PATCH] parse/ast.py: MethodNode fix character mapping error

Aníbal Limón anibal.limon at linux.intel.com
Fri Jul 10 20:16:57 UTC 2015


Hi Richard,

Sorry it was my mistake in my code because i'm loading a recipe file 
using bb.cache.Cache.loadDataFull
passing an unicode filepath this causes the error but i think it need to 
be sanitized? to avoid this kind of
problems.

Cheers,
     alimon

On 10/07/15 11:55, Richard Purdie wrote:
> On Fri, 2015-07-10 at 11:44 -0500, Aníbal Limón wrote:
>> When found an anonymous function the func name is made by filename
>> and lineno, the filename need to be converted to string before using
>> translation because produces an error of encoding.
> Could you explain a little about why we don't hit this error in general?
>
> Cheers,
>
> Richard
>




More information about the bitbake-devel mailing list