From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-delivery-1.mimecast.com (us-smtp-delivery-1.mimecast.com [207.211.31.81]) by mx.groups.io with SMTP id smtpd.web12.47656.1597684057254597215 for ; Mon, 17 Aug 2020 10:07:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=MNRYYtEe; spf=pass (domain: redhat.com, ip: 207.211.31.81, mailfrom: lersek@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597684056; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IE8De6QW4sFV78G5lgUc6h4ZBTR/bf2bwSz4yfvT2PA=; b=MNRYYtEeCrSy7Sz7xz1tJf3CvtwVTubJj0qN7SMFcFfFz/DnXjYRb5OCYpVSlD5V1kzJ2P BmjuUPwQ3bHSrg4+SkJhcNpKdHsLc1Q7Aa6dtrl0LYtHL2BK4FApaP+kKqEYx+aHcIjUYk gIBRp6ig45SBbDw2JaXfBEDZEVDGH3Y= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-509-dzlPpDOTO_uuZfowd1_JPg-1; Mon, 17 Aug 2020 13:07:34 -0400 X-MC-Unique: dzlPpDOTO_uuZfowd1_JPg-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 920A181F00B; Mon, 17 Aug 2020 17:07:33 +0000 (UTC) Received: from lacos-laptop-7.usersys.redhat.com (ovpn-112-161.ams2.redhat.com [10.36.112.161]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9DC08101417B; Mon, 17 Aug 2020 17:07:32 +0000 (UTC) Subject: Re: [edk2-devel] [PATCH 0/2] BaseTools: Python 3.9 fixes To: devel@edk2.groups.io, crobinso@redhat.com Cc: bob.c.feng@intel.com, liming.gao@intel.com References: From: "Laszlo Ersek" Message-ID: Date: Mon, 17 Aug 2020 19:07:31 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=lersek@redhat.com X-Mimecast-Spam-Score: 0.001 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 08/11/20 19:28, Cole wrote: > These patches fix two issues running the BaseTools test suite > on python 3.9 from Fedora rawhide. See patches for individual details > > Cole Robinson (2): > BaseTools: fix ucs-2 lookup on python 3.9 > BaseTools: Work around array.array.tostring() removal in python 3.9 > > BaseTools/Source/Python/AutoGen/UniClassObject.py | 2 +- > BaseTools/Source/Python/Common/Misc.py | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > Thank you, Cole, for the patches! The series has been merged in commit range 5dc2699d101d..43bec9ea3d56. Laszlo