From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd30.google.com (mail-io1-xd30.google.com [IPv6:2607:f8b0:4864:20::d30]) by sourceware.org (Postfix) with ESMTPS id A1E14385843E for ; Wed, 26 Jan 2022 14:06:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A1E14385843E Received: by mail-io1-xd30.google.com with SMTP id h7so9487338iof.3 for ; Wed, 26 Jan 2022 06:06:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=emUf+r9UzB7auwoDW6ypsuo3CeAz76ZhpTZ5kAhUGVA=; b=0Uhwe73Z8rMgPfwhNoWOGEbjYAxHOmqkEEV5OxxrQQhs1voPy/fpo4iMam9nABJfNR 5aPgsETi3zHt1W329T9nUf8asWrOGn4jel+jhPJlMzfi54mhFt7nRyPRm8Pn+g3sXqn7 OZs6u+RR66VTLmbYW+JwinQFh0hhPaTtnJZMbsgs6lveRZoc7jA2rtI2iva7F0AQOTwL r+mXx8uSI1oVJU5dk1dULmyJSIVdDqSwD3yADVoHBn5CNqkszVQOuaoN1d/7bJmvpy+A Ro0p+iJtJIfx4sVjndbq1mH/jrD1esdwbt2Deon7sjJd6pNpgSiZC6W54NmoQpdejzTj 6FRg== X-Gm-Message-State: AOAM531XF/WDT7423tsVuYq4x44cb+K/U1Pfc1jKBzQahjndPV+yx9bx X9O0MELJkd/qYOeQ2TsaIGnchwjhCfX5sQ== X-Google-Smtp-Source: ABdhPJxoakRC5BqSEZtyN5cSgziFjGSC480UlEV8wDZv06GSkraGS5ekxRdqT9v1+8qem/uDYiVJnA== X-Received: by 2002:a5d:8f9a:: with SMTP id l26mr8368824iol.96.1643205973164; Wed, 26 Jan 2022 06:06:13 -0800 (PST) Received: from murgatroyd (75-166-128-165.hlrn.qwest.net. [75.166.128.165]) by smtp.gmail.com with ESMTPSA id f8sm11427253ila.77.2022.01.26.06.06.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 26 Jan 2022 06:06:12 -0800 (PST) From: Tom Tromey To: Tom Tromey via Gdb-patches Cc: Tom Tromey Subject: Re: [PATCH v2 0/3] Improvements to Python parameters References: <20220110215144.1714909-1-tromey@adacore.com> X-Attribution: Tom Date: Wed, 26 Jan 2022 07:06:11 -0700 In-Reply-To: <20220110215144.1714909-1-tromey@adacore.com> (Tom Tromey via Gdb-patches's message of "Mon, 10 Jan 2022 14:51:41 -0700") Message-ID: <878rv2bnho.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org 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: , X-List-Received-Date: Wed, 26 Jan 2022 14:06:15 -0000 >>>>> "Tom" == Tom Tromey via Gdb-patches writes: Tom> Here's v2 of the series to improve Python parameters in a few ways. Tom> v1 is here: Tom> https://sourceware.org/pipermail/gdb-patches/2022-January/184826.html Tom> I think this fixes all the review comments. I'm checking this in now. Tom