Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: "Sven R. Kunze" Newsgroups: comp.lang.python Subject: Re: even faster heaps Date: Wed, 9 Mar 2016 19:57:21 +0100 Lines: 8 Message-ID: References: <56DC37D4.3020500@mail.de> <56E06949.3020703@mail.de> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de HoiCZZBexGYrXpe/X0Ty7AXMzdgZQH3dZTxKCngOu7vA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.079 X-Spam-Evidence: '*H*': 0.84; '*S*': 0.00; 'python': 0.10; 'received:io': 0.16; 'received:psf.io': 0.16; 'wrote:': 0.16; 'fixed.': 0.18; 'tests': 0.18; 'fix': 0.21; 'header:In-Reply- To:1': 0.24; 'received:10.0': 0.34; 'there': 0.36; 'to:addr :python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'two': 0.37; 'thanks': 0.37; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'charset:windows-1252': 0.62; 'attention.': 0.66; 'soon.': 0.73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1457549842; bh=iIPCEendZ70WEgsW6uidizMDMaXFMdJHTGtlq4vlSrU=; h=Subject:To:References:From:Date:In-Reply-To:From; b=r6OJgnnuS6ebewzP65QHPX/U9SsBxnAM22vTY8nA0vA+drkgkF6Jb/0ZO7VJc2xOp rJOqZj40CAClBFdlxwkuE7jNJPb6dlVnYhQwdj4NTo1dpgRGXNtBqbUikNFoHmw29y A8GitwO0CaKfWUYhVJxkRbdqPOckeiwTDAl/iq6g= In-Reply-To: <56E06949.3020703@mail.de> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 252 X-purgate-ID: 154282::1457549842-00003BBD-01DD588E/0/0 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:104445 On 09.03.2016 19:19, Sven R. Kunze wrote: > >> ps: there are two error's when i ran tests with test_xheap. > > Damn. I see this is Python 2 and Python 3 related. Thanks for bringing > this to my attention. I am going to fix this soon. Fixed.