From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by mx.groups.io with SMTP id smtpd.web12.12002.1631633595967062292 for ; Tue, 14 Sep 2021 08:33:16 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.136, mailfrom: n.jayaprakash@intel.com) X-IronPort-AV: E=McAfee;i="6200,9189,10106"; a="201542566" X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="201542566" Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 08:28:38 -0700 X-IronPort-AV: E=Sophos;i="5.85,292,1624345200"; d="scan'208";a="697702296" Received: from njayapra-mobl1.gar.corp.intel.com ([10.215.193.59]) by fmsmga006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Sep 2021 08:28:36 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Subject: [edk2-libc Patch 0/1] Python-3.6.8 add support for atexit builtin module Date: Tue, 14 Sep 2021 20:58:23 +0530 Message-Id: <20210914152824.2566-1-n.jayaprakash@intel.com> X-Mailer: git-send-email 2.32.0.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Jayaprakash Nevara (1): AppPkg/Applications/Python/Python-3.6.8: add support for atexit builtin module in py 3.6.8 AppPkg/Applications/Python/Python-3.6.8/Py368ReadMe.txt | 1 + .../Python/Python-3.6.8/PyMod-3.6.8/Modules/config.c | 2 ++ AppPkg/Applications/Python/Python-3.6.8/Python368.inf | 1 + 3 files changed, 4 insertions(+) -- 2.32.0.windows.2