From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from us-smtp-1.mimecast.com (us-smtp-1.mimecast.com [207.211.31.120]) by mx.groups.io with SMTP id smtpd.web12.303.1597167131291591993 for ; Tue, 11 Aug 2020 10:32:11 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@redhat.com header.s=mimecast20190719 header.b=KTOcNnl/; spf=pass (domain: redhat.com, ip: 207.211.31.120, mailfrom: crobinso@redhat.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1597167130; 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; bh=QLkuz6m5XV0r8obps+QaP61VuIoRGFFfEVAmQaxZ5nw=; b=KTOcNnl/0DX1iObEMThQj1anPRSyavGThZ4+s6jG6lGJevujvqfIvInQEFRnAPhJRAIZlB O9QP7O0U0qIWrSUDfw46c4Y2CkJ/aSL1NUPdcxp4EMRmJ/rGCHlK6zcw+SufJQl7s3Hqhw nCcf4xlg1ZmncocK1e4/1voaBp9Ca0g= 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-373-Z8pr0Z3EP5KRvSn-PE02EA-1; Tue, 11 Aug 2020 13:32:05 -0400 X-MC-Unique: Z8pr0Z3EP5KRvSn-PE02EA-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 D7DC557; Tue, 11 Aug 2020 17:32:03 +0000 (UTC) Received: from worklaptop.redhat.com (ovpn-118-49.rdu2.redhat.com [10.10.118.49]) by smtp.corp.redhat.com (Postfix) with ESMTP id 4D9A51001281; Tue, 11 Aug 2020 17:32:03 +0000 (UTC) From: "Cole" To: devel@edk2.groups.io Cc: bob.c.feng@intel.com, liming.gao@intel.com, Cole Robinson Subject: [PATCH 0/2] BaseTools: Python 3.9 fixes Date: Tue, 11 Aug 2020 13:28:16 -0400 Message-Id: MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=crobinso@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit 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(-) -- 2.26.2