Re: python program without stackless.run()

2015-06-18 Thread ravi
On Friday, June 19, 2015 at 1:41:36 AM UTC+5:30, Ian wrote: > 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 th

Re: python program without stackless.run()

2015-06-18 Thread Ian Kelly
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 abo

python program without stackless.run()

2015-06-18 Thread ravi
Hi, 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. - import stackless