From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 3BD81AC1929 for ; Thu, 31 Aug 2023 16:16:37 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=vezhI5/7ixn6St5tIMGQGLy/2IzleMi391JJ3sRAxWE=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1693498595; v=1; b=M8VZD7s+C76RYotifQ1bonslqPnuEPfgK9Pf/Amu665tM1+RqDrOR7QFnmvd2Utfu87nuoHU wrHzGDWDmNMdV6DTsf7OnQ0/M0QCzthx4yI+WqOHWdeKDx2ZOmBGsl471Nd8re95oeyYZqGFiMX mKsHYElF8eG1kBJp8oATKy1c= X-Received: by 127.0.0.2 with SMTP id mZtxYY7687511xBx6Jr8SZlb; Thu, 31 Aug 2023 09:16:35 -0700 X-Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.2017.1693498594973281664 for ; Thu, 31 Aug 2023 09:16:35 -0700 X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="375933438" X-IronPort-AV: E=Sophos;i="6.02,217,1688454000"; d="scan'208";a="375933438" X-Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2023 09:13:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="829746064" X-IronPort-AV: E=Sophos;i="6.02,217,1688454000"; d="scan'208";a="829746064" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.213.123.104]) by fmsmga003-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2023 09:13:10 -0700 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2-libc Patch 0/1] python socket module fails with GCC compiler Date: Thu, 31 Aug 2023 21:42:59 +0530 Message-Id: <20230831161300.1241-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: poCr8VqnRF5OHfZoccv7zJySx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=M8VZD7s+; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch fixes the compilation issue of Python UEFI interpreters socket module due to duplicate definitions of certain structures as reported in BZ 4545. Jayaprakash N (1): ek2-libc: socket module of python UEFI fails to compile with GCC .../Python/Python-3.6.8/PyMod-3.6.8/Include/pyconfig.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108199): https://edk2.groups.io/g/devel/message/108199 Mute This Topic: https://groups.io/mt/101077158/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-