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 1qyV1p-008p97-Uv for pgadmin-hackers@arkaria.postgresql.org; Thu, 02 Nov 2023 10:34:21 +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 1qyV1o-00Co6u-Ks for pgadmin-hackers@arkaria.postgresql.org; Thu, 02 Nov 2023 10:34:20 +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 1qyV1o-00Co6l-DN for pgadmin-hackers@lists.postgresql.org; Thu, 02 Nov 2023 10:34:20 +0000 Received: from out-17.smtp.github.com ([192.30.252.200]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qyV1l-003aft-49 for pgadmin-hackers@lists.postgresql.org; Thu, 02 Nov 2023 10:34:19 +0000 Received: from github.com (hubbernetes-node-44c2c22.va3-iad.github.net [10.48.141.16]) by smtp.github.com (Postfix) with ESMTPA id DED1140C27 for ; Thu, 2 Nov 2023 03:34:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2023; t=1698921255; bh=DSarP65mqlgqYO6dqI0SrlZrcbUd4pX+P2GCWjQS6kU=; h=Date:From:To:Subject:From; b=b8+FO+3Hr5toDpRlaoULiMyVYJTyFJtV9p1sVacVeHyyX7SGzFGs984mNOAC5kwAS 5XDbFX4biLSmM09CxJNcaL0DPBWgC0EsS2mT6APniIjYMHxqLFl8xs8KBLNZSZ0Aal b3vO/F0M3f0t3X26pJhGegYgYMdTwdr09qLlyY3o= Date: Thu, 02 Nov 2023 03:34:15 -0700 From: Akshay Joshi To: pgadmin-hackers@lists.postgresql.org Message-ID: Subject: [pgadmin-org/pgadmin4] 9eb7c1: 1) Ensure that eventlet's subprocess is used for P... 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: 9eb7c1cbea2bed4db4ea6b45e372c7458aa68ff4 https://github.com/pgadmin-org/pgadmin4/commit/9eb7c1cbea2bed4db4ea6b45e372c7458aa68ff4 Author: Akshay Joshi Date: 2023-11-02 (Thu, 02 Nov 2023) Changed paths: M .pycodestyle M docs/en_US/release_notes_7_9.rst M tools/sql_keywords.py M web/pgadmin/browser/server_groups/servers/databases/schemas/domains/tests/test_domain_sql.py M web/pgadmin/browser/server_groups/servers/databases/schemas/functions/tests/test_procedure_exec_sql.py M web/pgadmin/browser/server_groups/servers/databases/schemas/packages/edbfuncs/__init__.py M web/pgadmin/tools/psql/__init__.py M web/pgadmin/tools/sqleditor/tests/test_sql_ascii_encoding.py M web/regression/re_sql/tests/test_resql.py Log Message: ----------- 1) Ensure that eventlet's subprocess is used for Python versions up to 3.11 and await the issue resolution for Python versions 3.12. 2) Fixed unescape sequence for Python 3.12