From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 23 Dec 2006 15:20:40 -0500 From: "Russ Cox" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] python In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <13426df10612222110h1bf40cdew68e1f228ab87509b@mail.gmail.com> <283f5df10612230529t3dfe66f3j8a05d7e5583d5f44@mail.gmail.com> Topicbox-Message-UUID: f95cd6c6-ead1-11e9-9d60-3106f5b1d025 > Python 2.4.3. port from Moroo Jun is also old. > Compiler stops at rendezvous() The prototype for rendezvous changed, but the semantics did not. You can just cast the old call so that it compiles and it will continue to work. Russ