From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1094 invoked by alias); 10 Aug 2009 19:11:45 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 1085 invoked by uid 22791); 10 Aug 2009 19:11:44 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: Project Archer Subject: [python] FYI: merge from master From: Tom Tromey Reply-To: tromey@redhat.com Date: Mon, 10 Aug 2009 19:11:00 -0000 Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q3/txt/msg00110.txt.bz2 I'm pushing a merge from master -> archer-tromey-python. This went relatively smoothly. I had to change a few places to use value_incref rather than release_value. And, I disabled an assert in the type reference counting code (since, as I mentioned earlier, this code is just vestigial now and will be replaced with type GC when that is ready). I'll send the value_incref changes upstream soon. Tom