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 1qwLPX-00BDVS-AI for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 11:53:55 +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 1qwLPV-00Ez0P-Rj for pgadmin-hackers@arkaria.postgresql.org; Fri, 27 Oct 2023 11:53:53 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qwLPV-00Ez0G-JD for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 11:53:53 +0000 Received: from out-21.smtp.github.com ([192.30.252.204]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qwLPS-002Z83-Pg for pgadmin-hackers@lists.postgresql.org; Fri, 27 Oct 2023 11:53:52 +0000 Received: from github.com (hubbernetes-node-164ef87.ac4-iad.github.net [10.52.208.73]) by smtp.github.com (Postfix) with ESMTPA id C983B7003CA for ; Fri, 27 Oct 2023 04:53:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698407629; bh=bHkfvc4kDwU7pVka/QefXAu21lYsmPnHx3bUlcmQDO0=; h=Date:From:To:Subject:From; b=QYCALOydVr8Yf/55WL10YlBS6GvO9DHWXnhKU29zI8f4qXlLaYvsoAIzW6idttv4i LuA/LoiWCHS9gyg/GT4D9pl3l44zUNsAAVwEfsrxN+fntIDOmUmH3lSQ9EE+duWfdJ 3+6dP+58m9INJPuujLwP1h82KJ4Qs2Pnl41TQR98= Date: Fri, 27 Oct 2023 04:53:49 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 46a8c1: Use Python's subprocess module instead of the even... 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: 46a8c1ad6a0797ede9ddca1ebe0fc4e2aeba9073 https://github.com/pgadmin-org/pgadmin4/commit/46a8c1ad6a0797ede9ddca1ebe0fc4e2aeba9073 Author: Akshay Joshi Date: 2023-10-27 (Fri, 27 Oct 2023) Changed paths: M web/pgadmin/tools/psql/__init__.py Log Message: ----------- Use Python's subprocess module instead of the eventlet's subprocess as it is not working with Python v3.12