Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92850
| 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 | <ian.g.kelly@gmail.com> |
| 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 | <fc770e8e-a269-4325-b211-efe09327c3ea@googlegroups.com> |
| References | <fc770e8e-a269-4325-b211-efe09327c3ea@googlegroups.com> |
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | Thu, 18 Jun 2015 14:10:10 -0600 |
| Subject | Re: python program without stackless.run() |
| To | Python <python-list@python.org> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.612.1434658252.13271.python-list@python.org> (permalink) |
| 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 |
Show key headers only | View raw
On Thu, Jun 18, 2015 at 1:47 PM, ravi <temp.sha@gmail.com> 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
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python program without stackless.run() ravi <temp.sha@gmail.com> - 2015-06-18 12:47 -0700
Re: python program without stackless.run() Ian Kelly <ian.g.kelly@gmail.com> - 2015-06-18 14:10 -0600
Re: python program without stackless.run() ravi <temp.sha@gmail.com> - 2015-06-18 14:00 -0700
csiph-web