From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id 478EE75CB1 for ; Fri, 10 Jul 2015 16:55:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t6AGtLRo019622; Fri, 10 Jul 2015 17:55:21 +0100 Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id ixX3o2qeJWSD; Fri, 10 Jul 2015 17:55:21 +0100 (BST) Received: from [192.168.3.10] ([192.168.3.10]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id t6AGt50D019619 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Fri, 10 Jul 2015 17:55:16 +0100 Message-ID: <1436547305.3310.13.camel@linuxfoundation.org> From: Richard Purdie To: =?ISO-8859-1?Q?An=EDbal_Lim=F3n?= Date: Fri, 10 Jul 2015 17:55:05 +0100 In-Reply-To: <1436546684-30539-1-git-send-email-anibal.limon@linux.intel.com> References: <1436546684-30539-1-git-send-email-anibal.limon@linux.intel.com> X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Cc: bitbake-devel@lists.openembedded.org Subject: Re: [PATCH] parse/ast.py: MethodNode fix character mapping error X-BeenThere: bitbake-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussion that advance bitbake development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2015 16:55:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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