Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKDia-0017va-EA for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 08:32:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1rKDiY-00Bbwn-M1 for pgadmin-hackers@arkaria.postgresql.org; Mon, 01 Jan 2024 08:32:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKDiY-00Bbwf-DG for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 08:32:14 +0000 Received: from out-20.smtp.github.com ([192.30.252.203]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1rKDiV-00ExQt-L8 for pgadmin-hackers@lists.postgresql.org; Mon, 01 Jan 2024 08:32:13 +0000 Received: from github.com (hubbernetes-node-7b6355c.va3-iad.github.net [10.48.124.60]) by smtp.github.com (Postfix) with ESMTPA id 2AA468C091C for ; Mon, 1 Jan 2024 00:32:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1704097930; bh=T71//BPmvScuxmNk5EcjNIJmAoxBm1zegxkRbablTw0=; h=Date:From:To:Subject:From; b=Qx0ABZYd03nswANFvxiLMqmvOSLVRabEnWkwwSPZPPWuCs1AWZtxeP0v7mC+UiIAS CBzp5ScSQGympAVYvIvRFPMm1tU6YLOSYcwhnLphbHbIIx5ljuwkDXWMIdzfEvfThs Kd5VJ06sbNG/OUCngkLm2co3H4VNmgq4aGrZmNc4= Date: Mon, 01 Jan 2024 00:32:10 -0800 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 2b736c: Ensure that eventlet's subprocess should be used f... Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-GitHub-Recipient-Address: pgadmin-hackers@lists.postgresql.org X-Auto-Response-Suppress: All List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Branch: refs/heads/master Home: https://github.com/pgadmin-org/pgadmin4 Commit: 2b736c18ab41ec047ed6e59647e01017034d874d https://github.com/pgadmin-org/pgadmin4/commit/2b736c18ab41ec047ed6e59647e01017034d874d Author: Akshay Joshi Date: 2024-01-01 (Mon, 01 Jan 2024) Changed paths: M docs/en_US/release_notes_8_2.rst M requirements.txt M web/pgadmin/tools/psql/__init__.py Log Message: ----------- Ensure that eventlet's subprocess should be used following the resolution of an issue with Python 3.12 by eventlet. #6926