From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mx.groups.io with SMTP id smtpd.web11.8667.1666349842779135246 for ; Fri, 21 Oct 2022 03:57:23 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=OooXly4U; spf=pass (domain: intel.com, ip: 134.134.136.24, mailfrom: ajay.kadapathri@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1666349842; x=1697885842; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=8FHDA7A0zLBP81MNyKAcNNOwFzQRo+7z9DPlL/nxU6k=; b=OooXly4UIpoF2/buCL6BzJVBrnCe89QR9s2cFt3cjPcJQZCJY7mk4D+A 1tIdRJ19TRpeGQ6tW3+ZiiTl6umesi2iCVu/V4yoRIrFjNfveOBCjH7ZO XdkbrmxmSePOx2FDHStOkBw2f5K5uiZQpfnBRKhGCU2MsvR2VpfjALgLY wtoHbeuOBUkALwmrQ/pcqdl7eHnSPWmGk2uG+mCP6QqtjPHFD4WThZ6Gd nPti1a7ilunKXsHpn/ylaDSI3fQ5aaEOXXDZxzZe3EtyihUBU3VASAJDh CO3P3LwCN/u230W8Q0+kXozmha9LQoRBH+vtO2LIU7eX/tNzcbr+CHXpX w==; X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="308071231" X-IronPort-AV: E=Sophos;i="5.95,200,1661842800"; d="scan'208";a="308071231" Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2022 03:57:22 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10506"; a="608319613" X-IronPort-AV: E=Sophos;i="5.95,200,1661842800"; d="scan'208";a="608319613" Received: from akadapat-mobl1.gar.corp.intel.com ([10.67.144.233]) by orsmga006-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Oct 2022 03:57:21 -0700 From: ajay.kadapathri@intel.com To: devel@edk2.groups.io Subject: [edk2-libc Patch 0/1] Py3 UEFI help built-in function issue fix Date: Fri, 21 Oct 2022 16:26:57 +0530 Message-Id: <20221021105658.1678-1-ajay.kadapathri@intel.com> X-Mailer: git-send-email 2.37.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch fixes help built-in function issue which reported by following BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4107 Ajay Kadapathri (1): Python/Python3.6.8: help built-in function issue fix .../Python/Python-3.6.8/PyMod-3.6.8/Include/pyconfig.h | 5 +++++ 1 file changed, 5 insertions(+) -- 2.37.1.windows.1