From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 672B9385840A; Wed, 2 Aug 2023 21:15:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 672B9385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1691010922; bh=WLx05dUW+p8ddkgAtddKid+IbGwyja1E3B1IlKWxLcU=; h=From:To:Subject:Date:In-Reply-To:References:From; b=SbIcUrCax2KZk5Irc+6fsBgo9dKpQRpEkI0m36xBPtflNJqtX5jToGJmNwBEDYKws 68ytrvg1+G5hc9+3CVY26Dz1n3Yb5y4WyxhAEgE0UbWfp/mmxSoAIDmnlt5S/6Hveq +4/Mur3d+2WiwzB27tXyS3r5A5geGDTqLvvJgwFE= From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug dap/30708] [gdb/dap] DAP support and python 3.4 Date: Wed, 02 Aug 2023 21:15:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: dap X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30708 --- Comment #5 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Tom de Vries : https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D3c3e54d7b5f7= da003292710fe810e670d45832d8 commit 3c3e54d7b5f7da003292710fe810e670d45832d8 Author: Tom de Vries Date: Wed Aug 2 23:14:58 2023 +0200 [gdb/dap] Disable DAP for python <=3D 3.5 DAP requires python module typing, which is supported starting python 3= .5. Make this formal by: - disabling the dap interpreter for python version < 3.5 - returning 0 in allow_dap_tests for python version < 3.5 Approved-By: Tom Tromey PR dap/30708 Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30708 --=20 You are receiving this mail because: You are on the CC list for the bug.=