Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.055 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'bug': 0.12; 'jan': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:yield': 0.16; 'wrote:': 0.18; 'bit': 0.19; 'seems': 0.21; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'url:bugs': 0.29; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:python': 0.33; 'fri,': 0.33; 'subject:with': 0.35; 'created': 0.35; 'received:google.com': 0.35; 'url:org': 0.36; 'ian': 0.60; 'more': 0.64; '2015': 0.84; 'info,': 0.91; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=4BsJiseOVxfpY517Hj6NrpmKTdzhgbeZTV293SoZopY=; b=Qw1rxYXNbFzIpCvEjqYFjOee5Ot5kafrE2oX4akEPL84ZCRN3Sb25i8rNxti8nIo8v FMt46OPrzCxvVY01lWsT5myOWUEcacNiTpPgEjpjJ/3zAkS7G8lJCiACXcNyln/ef/Sx JVkSZ1rfNcQ1zwjqS7lt8e5g7P/ChX+zznipE5AsNx1bOoL8FhR8PCeN6eGD/4lDddEb OCuvKiSUa8W5qFmFi2aUFEzIwN73uyY/YFaPkt8Btp5aDTZHmdrLMlu9nul66iDyca7T gu6NxlBDevDurFWrPW6iNECW5Ncxgi58ROHWU3bXXY7uwnKh/rYI6RSU8MubCX3iKq3f RC6w== MIME-Version: 1.0 X-Received: by 10.50.18.108 with SMTP id v12mr28494569igd.34.1420728172462; Thu, 08 Jan 2015 06:42:52 -0800 (PST) In-Reply-To: References: Date: Fri, 9 Jan 2015 01:42:52 +1100 Subject: Re: Oddity with lambda and yield From: Chris Angelico Cc: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 8 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1420728180 news.xs4all.nl 2953 [2001:888:2000:d::a6]:33081 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:83340 On Fri, Jan 9, 2015 at 1:30 AM, Ian Kelly wrote: > > Seems like a bug to me. http://bugs.python.org/issue23192 created with a bit more info, including disassembly. ChrisA