From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x22a.google.com (mail-oi1-x22a.google.com [IPv6:2607:f8b0:4864:20::22a]) by sourceware.org (Postfix) with ESMTPS id 0914B3858C54 for ; Wed, 7 Jun 2023 17:06:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0914B3858C54 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oi1-x22a.google.com with SMTP id 5614622812f47-39a4eb67c5fso4841735b6e.0 for ; Wed, 07 Jun 2023 10:06:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1686157572; x=1688749572; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:from:to:cc:subject :date:message-id:reply-to; bh=JO5cMGoLvLJu0qSSetiMLjeUB6kC8633Xa2IcuMNzLY=; b=LbM5ZZc555OVUjg4HzhQjZmP9mL5TJJ274bRFCX1jiUQdBqu46IVbFqPOz5l/CfnIA S6VVFAwUpB6gvzfIy8b+urB28PHGCFJk3sMOAHqeRHT9DYRDbN+UzDm1lspu6SCNToKC wleQD+d8AKo+mhT40hcf+gcRBEkHNjbvL/qbXP+tVDDivO5EuwgtqD3UIy3WH+55gmRr 0tACy/ITWqzFVt8LQxkfTsHlTTcSEtnFk6f22rhZS/BPQL792ZhPDyz/8h+6BAePCfu4 vWZnhHO8PHMMSTiOJ7GEOipNSVv3Ta6pK/T08sF2OHxAPlwQydBpS0iqGLiIWwulvA8d yGdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1686157572; x=1688749572; h=content-transfer-encoding:mime-version:reply-to:references :in-reply-to:message-id:date:subject:cc:to:from:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=JO5cMGoLvLJu0qSSetiMLjeUB6kC8633Xa2IcuMNzLY=; b=gGvM7bQIfQUzC1DcuphhMgtdyB8qAz3q2AJKBHWeqo/KDW8Y2uYXrtcUFNIqbXhGbZ +4LW6NApwTiPrxZLniNUFFKiPUp8Y0bvm53ovsDCV66+GC7+QDnc5h0MDHaDAWNMyv8F xWAdGOKmFWudOEQOgxC6CUiBKezudwCAwlAXEAj8+vDedAqwhiRzUsL/49bn025U29FJ 5Im78uWmWB9dllaPUadNRmf/NwbQ5iLP4iPjak36gnYUSa/USGMwXly6WgL4AOCBEZIC ajXBaGtx8wiD7v7NDgq7YW77a/fi1OELIAfGhqVL4myYtYeCv454NCWWbGytu582P4q1 dOig== X-Gm-Message-State: AC+VfDwQPSuq4WAFW/uwQK5q+vzghynOE3ZKGEFb3NGTGCDsIgEI5eVX DUvJMp8BWBouv+zTKyfvNJ0= X-Google-Smtp-Source: ACHHUZ47ug5U6o7KkehpWue3lnJ16Nvp2YxL+uxa3taocWWJYKmGKjaAq3ofzXFBEFDr2yrgKd5g2Q== X-Received: by 2002:a54:4881:0:b0:398:f76:36a5 with SMTP id r1-20020a544881000000b003980f7636a5mr3135362oic.56.1686157572122; Wed, 07 Jun 2023 10:06:12 -0700 (PDT) Received: from localhost.localdomain ([177.200.73.226]) by smtp.gmail.com with ESMTPSA id bm26-20020a0568081a9a00b0039b008b309esm2747820oib.19.2023.06.07.10.06.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 07 Jun 2023 10:06:11 -0700 (PDT) From: Matheus Branco Borella To: aburgess@readhat.com Cc: dark.ryu.550@gmail.com, gdb-patches@sourceware.org Subject: Re: [PATCHv3 0/2] Add __repr__() implementation to a few Python types Date: Wed, 7 Jun 2023 14:05:55 -0300 Message-Id: <20230607170556.1028183-1-dark.ryu.550@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: References: Reply-To: dark.ryu.550@gmail.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: All of the changes look good in my oppinion. I'm still getting used to the hang of things, so I really appreciate the effort you put into making my patch more presentable! So I think it should be good to go?