[edk2-devel] [PATCH 0/2] BaseTools: Python 3.9 fixes

Cole posted 2 patches 3 years, 8 months ago
Failed in applying to current master (apply log)
BaseTools/Source/Python/AutoGen/UniClassObject.py | 2 +-
BaseTools/Source/Python/Common/Misc.py            | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
[edk2-devel] [PATCH 0/2] BaseTools: Python 3.9 fixes
Posted by Cole 3 years, 8 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64003): https://edk2.groups.io/g/devel/message/64003
Mute This Topic: https://groups.io/mt/76131667/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-

Re: [edk2-devel] [PATCH 0/2] BaseTools: Python 3.9 fixes
Posted by Laszlo Ersek 3 years, 8 months ago
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


-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.

View/Reply Online (#64325): https://edk2.groups.io/g/devel/message/64325
Mute This Topic: https://groups.io/mt/76131667/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub  [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-