Path: csiph.com!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Marko Rauhamaa Newsgroups: comp.lang.python Subject: Re: how to convert code that uses cmp to python3 Date: Fri, 08 Apr 2016 09:53:16 +0300 Organization: A noiseless patient Spider Lines: 15 Message-ID: <87zit4fv6r.fsf@elektro.pacujo.net> References: <57064D0D.1030701@rece.vub.ac.be> <87a8l5p6ek.fsf@nightsong.com> <874mbdi5ai.fsf@elektro.pacujo.net> <8760vtp1d3.fsf@nightsong.com> <87pou0hgqe.fsf@elektro.pacujo.net> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="b7cb1518d23ec19d482dcc9c31d30fdd"; logging-data="24923"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19lVRW1G1pjggKD6Cc8CEkL" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:34A4XUrkEGJHkTja8XyH13aTuic= sha1:aMKHFyn398woVAOK1y/ZgsYOge4= Xref: csiph.com comp.lang.python:106653 Terry Reedy : > On 4/8/2016 12:22 AM, Marko Rauhamaa wrote: >> The issue is known. It has been tackled with a kind of a "garbage >> collection" scheme: >> >> > > and fixed 1 1/2 years ago. On the surface, the garbage collection scheme looks dubious, but maybe it works perfect in practice. Marko