From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14420 invoked by alias); 2 Jul 2009 22:26:48 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 14409 invoked by uid 22791); 2 Jul 2009 22:26:48 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_33,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org To: Project Archer Subject: [python] FYI: merged from master From: Tom Tromey Reply-To: Tom Tromey Date: Thu, 02 Jul 2009 22:26:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2009-q3/txt/msg00008.txt.bz2 FYI, I merged master->archer-tromey-python today. I disabled type reference counting for now. It was causing problems, and I hope we're going to replace it soon with Jan's type GC work. I found a few regressions, but I think these are all actually regressions present in the CVS gdb: gdb.sum gdb.base/default.exp: show convenience gdb.sum gdb.cp/namespace.exp: print cX gdb.sum gdb.cp/namespace.exp: print 'F::cXf' gdb.sum gdb.cp/namespace.exp: print F::cXf gdb.sum gdb.cp/namespace.exp: print F::cXfX gdb.sum gdb.cp/namespace.exp: print 'G::Xg' gdb.sum gdb.cp/namespace.exp: print G::Xg gdb.sum gdb.cp/namespace.exp: print G::XgX gdb.sum gdb.cp/namespace.exp: print X If you run into problems, let me know. Tom