From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id MOh4DymT2WKFKhgAWB0awg (envelope-from ) for ; Thu, 21 Jul 2022 13:55:53 -0400 Received: by simark.ca (Postfix, from userid 112) id 3C3A91E5EA; Thu, 21 Jul 2022 13:55:53 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, NICE_REPLY_A,RDNS_DYNAMIC autolearn=unavailable autolearn_force=no version=3.4.6 Received: from sourceware.org (ip-8-43-85-97.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 ED16F1E13B for ; Thu, 21 Jul 2022 13:55:52 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 4EEDB3858422 for ; Thu, 21 Jul 2022 17:55:52 +0000 (GMT) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by sourceware.org (Postfix) with ESMTPS id EFA0E3857433 for ; Thu, 21 Jul 2022 17:55:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org EFA0E3857433 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-f53.google.com with SMTP id p26-20020a1c545a000000b003a2fb7c1274so3804890wmi.1 for ; Thu, 21 Jul 2022 10:55:38 -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:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=Xl/+75C+aBAm9vM+Gz9xK3NL7ZONF694OPzRTHtDS8Y=; b=BPAGT+MWKq5XEDs3pvcg4vHt1rPMBzWM5V299UiwuBruzVVnB7ZDg+OxyYln+yJ4ji MwL6xM4TfS2uOT6WXjBo/fQnDn7lMpXSBPmYqiPxLPPkFuYNut0KzdY1pYuCARKyZbr1 +E3UTEeJBw2Z32EwiiA+0HMedN1OFojHuj29+pGLWylyRJs+J2npTnR1vA+VMYGGSGeN dVXJDq0Pslssjqz2mGhykkf+Fe7Zz10vmSH3PLrAaSbD0u6WVU5CcMqj3zCN64bOjUnK qGWka0ITzRX9aBXxzHkSxGWQWx0rKv9+QmJx/TsmYsnuWVBHhdF4ZBFlbOqoNvsg2GKx zpCg== X-Gm-Message-State: AJIora+VSqI8bH30MqsfaVrkn6DRDt2wwx9z+gDGG81fDFKldZZRj8Rd EI+NcBHpOJ6AhTR4lrdOeTmNXpWiwGg= X-Google-Smtp-Source: AGRyM1tKfF/zoH8ayHERHgmNqnGS06Jba6oHSzTTQA39jHcncWASaxuQdP0WsGjxUB1ttqZ3s1F5VA== X-Received: by 2002:a7b:cc14:0:b0:3a3:2213:e653 with SMTP id f20-20020a7bcc14000000b003a32213e653mr9321027wmh.52.1658426138075; Thu, 21 Jul 2022 10:55:38 -0700 (PDT) Received: from ?IPv6:2001:8a0:f924:2600:209d:85e2:409e:8726? ([2001:8a0:f924:2600:209d:85e2:409e:8726]) by smtp.gmail.com with ESMTPSA id o11-20020a5d58cb000000b0021d63fe0f03sm2624636wrf.12.2022.07.21.10.55.36 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 21 Jul 2022 10:55:36 -0700 (PDT) Subject: Re: [PATCH] set/show python dont-write-bytecode fixes To: Kevin Buettner , gdb-patches@sourceware.org References: <20220720191447.1014407-1-kevinb@redhat.com> From: Pedro Alves Message-ID: <96a7e665-5700-349c-dfc5-50e59ab78fa5@palves.net> Date: Thu, 21 Jul 2022 18:55:35 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1 MIME-Version: 1.0 In-Reply-To: <20220720191447.1014407-1-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: , Cc: Simon Marchi Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" Hi Kevin, I just skimmed the patch without paying much attention, but I noticed a typo, below, in "intialization". On 2022-07-20 8:14 p.m., Kevin Buettner via Gdb-patches wrote: > +In order to take effect, this setting must be enabled before python\n\ > +intialization."),