Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #92850
| References | <fc770e8e-a269-4325-b211-efe09327c3ea@googlegroups.com> |
|---|---|
| From | Ian Kelly <ian.g.kelly@gmail.com> |
| Date | 2015-06-18 14:10 -0600 |
| Subject | Re: python program without stackless.run() |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.612.1434658252.13271.python-list@python.org> (permalink) |
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