Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add support for atexit builtin module in py 3.6.8

2021-09-15 Thread Rebecca Cran
Reviewed-by: Rebecca Cran Pushed as 60added7a61075607080ff718d7fa5e764a37044. -- Rebecca Cran On 9/14/21 9:28 AM, Jayaprakash, N wrote: REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3626 This commit adds support for the atexit a builtin module in standard python 3.6.8 to it's UEFI p

Re: [edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add support for atexit builtin module in py 3.6.8

2021-09-15 Thread Jayaprakash, N
Hi Rebecca, This another patch submitted to add support for a built-in module "atexit" in Py 3.6.8 UEFI port. Would you be able to review and merge this change? Regards, JP -Original Message- From: Jayaprakash, N Sent: 14 September 2021 20:58 To: devel@edk2.groups.io Cc: Rebecca Cra

[edk2-devel] [edk2-libc Patch 1/1] AppPkg/Applications/Python/Python3.6.8: add support for atexit builtin module in py 3.6.8

2021-09-14 Thread Jayaprakash, N
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3626 This commit adds support for the atexit a builtin module in standard python 3.6.8 to it's UEFI port. There are tools like Chipsec which are dependent on it but it can be used by other python scripts running on UEFI shell with the help of py