From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTP id B3FEB3858D35 for ; Mon, 4 Oct 2021 12:59:08 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org B3FEB3858D35 Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-142-TsQZvte6N_GVA9krw5madA-1; Mon, 04 Oct 2021 08:59:06 -0400 X-MC-Unique: TsQZvte6N_GVA9krw5madA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 1AD2DA40C6; Mon, 4 Oct 2021 12:59:05 +0000 (UTC) Received: from blarsen.remote.csb (ovpn-116-72.gru2.redhat.com [10.97.116.72]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4845D19C59; Mon, 4 Oct 2021 12:59:02 +0000 (UTC) Subject: Re: [PATCH v4] [gdb/testsuite] update analyze-racy-logs.py to python3 To: Simon Marchi , gdb-patches@sourceware.org References: <20211001205947.38253-1-blarsen@redhat.com> <5bd33d71-ac6d-e27a-87fd-01df6b37f7fa@polymtl.ca> From: Bruno Larsen Message-ID: Date: Mon, 4 Oct 2021 09:58:59 -0300 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: <5bd33d71-ac6d-e27a-87fd-01df6b37f7fa@polymtl.ca> X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, KAM_NUMSUBJECT, NICE_REPLY_A, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, 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: Mon, 04 Oct 2021 12:59:09 -0000 On 10/1/21 10:32 PM, Simon Marchi wrote: > On 2021-10-01 16:59, Bruno Larsen via Gdb-patches wrote: >> Since python 2 is no longer supported on most distributions, update the >> script to run under python while while still being runnable under >> python2. > > This is ok. Do you have a Sourceware account to push the patch? If > not, would you like one (useful if you intend to send patches > regularly), or would you like me to push the patch for you? > > Simon > Thank you for the review! I've pushed the patch -- Cheers! Bruno Larsen