Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!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.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:skip:s 10': 0.05; 'must.': 0.07; 'executes': 0.09; 'stackless': 0.09; 'subject:()': 0.09; 'subject:python': 0.14; 'thu,': 0.15; 'program?': 0.16; 'ravi': 0.16; 'subject:program': 0.16; 'url:stackless': 0.16; 'wrote:': 0.16; 'runs': 0.18; '2015': 0.23; 'header:In-Reply- To:1': 0.24; 'message-id:@mail.gmail.com': 0.28; 'function': 0.30; 'url:mailman': 0.31; 'received:google.com': 0.34; 'url:listinfo': 0.35; 'could': 0.35; 'to:addr:python-list': 0.35; 'focused': 0.35; 'list:': 0.35; 'knowledge': 0.35; 'subject:: ': 0.37; 'mailing': 0.38; 'pm,': 0.39; 'to:addr:python.org': 0.39; 'seem': 0.39; 'your': 0.60; 'per': 0.61; 'more': 0.62; 'here': 0.66; '"fun"': 0.84; 'to:name:python': 0.84; '1:47': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=EkYB52HUnKXWv8G8C9jNvvexx87dmimSyp5LX2g2PF4=; b=hN50y2+wMaofGFocI0bKTHprjeERCG64lEf0FSu2A1DQWzw+Bpkjop0/zMQY7q77Xn j2LIlHHeJwuP3ldrdkHjaF9OgRZlvcxDGW5PScmNLxTOtn4vulxUqk2XZ+g9V3ItUbG6 96NZ53xT9P6/SaSjisOqulSbb5eySEG/Qx0NgouJCND+VH68eZqXhepc2r/sZ5NdmjdB ELipoLX6PEIwVsknEK5D/yXXTodWygRUOCu94rQQB6eGUVXkmaued/MmkvQoVeQLUHOQ tfXTx5UAxxDcvIlRcblVsbOTKADwgD1BzM3sq0ClHx4701KPrOzRExWcUHo2IfO/+0ud uyHw== X-Received: by 10.129.56.70 with SMTP id f67mr15442778ywa.85.1434658250359; Thu, 18 Jun 2015 13:10:50 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Ian Kelly Date: Thu, 18 Jun 2015 14:10:10 -0600 Subject: Re: python program without stackless.run() To: Python Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 7 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1434658252 news.xs4all.nl 2841 [2001:888:2000:d::a6]:37735 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:92850 On Thu, Jun 18, 2015 at 1:47 PM, ravi wrote: > I could not understand how the below program executes function "fun" without calling stackless.run() in the program? Here "fun" runs as a tasklet and as per my knowledge for that stackless.run() is must. You seem to have a lot of questions about stackless. You might find that you get a better, more focused response if you ask your questions on the stackless mailing list: http://www.stackless.com/mailman/listinfo/stackless