From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id hb91KiwNUmHPSwAAWB0awg (envelope-from ) for ; Mon, 27 Sep 2021 14:27:56 -0400 Received: by simark.ca (Postfix, from userid 112) id 9C27C1EE25; Mon, 27 Sep 2021 14:27:56 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=MAILING_LIST_MULTI, NICE_REPLY_A autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 019C11E4A3 for ; Mon, 27 Sep 2021 14:27:55 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 96DAE385842A for ; Mon, 27 Sep 2021 18:27:55 +0000 (GMT) Received: from mail-wm1-f49.google.com (mail-wm1-f49.google.com [209.85.128.49]) by sourceware.org (Postfix) with ESMTPS id ADAB53858419 for ; Mon, 27 Sep 2021 18:26:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ADAB53858419 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wm1-f49.google.com with SMTP id t16-20020a1c7710000000b003049690d882so1403688wmi.5 for ; Mon, 27 Sep 2021 11:26:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=kXF6ZBvPlHJ/eDnknO8kn49rDvkX6ooDvp7i6Ijssuo=; b=wiW7+rzta1i4d3clC6IWQPvvZ5g1+lPCkABFT1f4a0XComSir2REOiDXe5hPtgERg6 Z0iKBumAeS2p0DFhralJXKFYQrNGrK5qajZnBIoDLAWsjphWKT2V/S6POOF934qk5hcJ GJQuYtVYr01sOkCWvxQhA5blwXngBy8U2q2j+vvvkk0ZJYB4PFTfQ7Mlq/Tpxdq0VIFc KN8zmeox46IB/KFOeKbPB3FBawwhqxVinfy+2vgBmE+2YG33IzSlhjGxAq7SBhYUTqZB r+ziCHZclNZpNQB/ZDvA17arEIRPzqnKNVMi4oGTeo1NJYtzv3jIX6VCTz1bUdBUoVYv q2Bw== X-Gm-Message-State: AOAM5335YXG9ZkYX0HxtMjNWEaOz6kIcoWBHMcusnj6pBMbfgk559GxH iS2Dxlkj3y/64SbN05qaRSPW0A3jmK4= X-Google-Smtp-Source: ABdhPJzn1WgHLF1RimTiSF5t4CKyxN1vHgRYsfEvGIReirgRTrTt1Pppe9peQvHf6hsGr+buthXN6w== X-Received: by 2002:a05:600c:489a:: with SMTP id j26mr503715wmp.111.1632767174241; Mon, 27 Sep 2021 11:26:14 -0700 (PDT) Received: from ?IPv6:2001:8a0:f932:6a00:46bc:d03b:7b3a:2227? ([2001:8a0:f932:6a00:46bc:d03b:7b3a:2227]) by smtp.gmail.com with ESMTPSA id j4sm17707506wrt.67.2021.09.27.11.26.13 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 27 Sep 2021 11:26:13 -0700 (PDT) Subject: Re: [PATCH v2 5/6] Guile QUIT processing updates From: Pedro Alves To: Kevin Buettner , gdb-patches@sourceware.org References: <20210822231959.184061-1-kevinb@redhat.com> <20210822231959.184061-6-kevinb@redhat.com> Message-ID: <526c3c4c-4de4-bb34-2cf4-50d0695cd62e@palves.net> Date: Mon, 27 Sep 2021 19:26:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <20210822231959.184061-6-kevinb@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" The concern raised in the Python patch applies here just as well -- can't let C++ exceptions cross Guile.