From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 35713 invoked by alias); 9 Aug 2017 18:33:59 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 32799 invoked by uid 89); 9 Aug 2017 18:33:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: outbound-ss-1812.hostmonster.com Received: from gproxy1-pub.mail.unifiedlayer.com (HELO outbound-ss-1812.hostmonster.com) (69.89.25.95) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 09 Aug 2017 18:33:56 +0000 Received: from cmgw4 (cmgw5 [10.0.90.85]) by gproxy1.mail.unifiedlayer.com (Postfix) with ESMTP id 3A986175C51 for ; Wed, 9 Aug 2017 12:33:55 -0600 (MDT) Received: from box522.bluehost.com ([74.220.219.122]) by cmgw4 with id v6Zs1v00N2f2jeq016ZvwF; Wed, 09 Aug 2017 12:33:55 -0600 X-Authority-Analysis: v=2.2 cv=ELV26xRC c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=KeKAF7QvOSUA:10 a=pGLkceISAAAA:8 a=jBJPdwpFnePzhXVXoFMA:9 a=zJQTeKrkkScA:10 a=EyO0GCQWhLTU_XCvcv-9:22 a=6kGIvZw6iX1k4Y-7sg4_:22 Received: from 75-166-24-97.hlrn.qwest.net ([75.166.24.97]:43384 helo=bapiya) by box522.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1dfVnk-0020yI-3X; Wed, 09 Aug 2017 12:33:52 -0600 From: Tom Tromey To: Maksim Dzabraev Cc: gdb-patches@sourceware.org, tom@tromey.com Subject: Re: [PATCH] fix bug PR 21213 and add test case References: <20170808195554.15778-1-dzabraew@gmail.com> Date: Wed, 09 Aug 2017 18:33:00 -0000 In-Reply-To: <20170808195554.15778-1-dzabraew@gmail.com> (Maksim Dzabraev's message of "Wed, 9 Aug 2017 02:55:54 +0700") Message-ID: <87r2wkh9py.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BWhitelist: no X-Exim-ID: 1dfVnk-0020yI-3X X-Source-Sender: 75-166-24-97.hlrn.qwest.net (bapiya) [75.166.24.97]:43384 X-Source-Auth: tom+tromey.com X-Email-Count: 4 X-Source-Cap: ZWx5bnJvYmk7ZWx5bnJvYmk7Ym94NTIyLmJsdWVob3N0LmNvbQ== X-Local-Domain: yes X-SW-Source: 2017-08/txt/msg00202.txt.bz2 >>>>> "Maksim" == Maksim Dzabraev writes: Maksim> +2017-08-09 Maksim Dzabraev Maksim> + Maksim> + * python/py-infthread.c (thpy_get_inferior): Increment reference Maksim> + of inferior before returning it. If you mention "PR python/21213" in the ChangeLog entry, the commit will show up in the bug in bugzilla as well. See the ChangeLog for plenty of examples of this. Tom