Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75212 > unrolled thread
| Started by | Sturla Molden <sturla.molden@gmail.com> |
|---|---|
| First post | 2014-07-25 20:04 +0000 |
| Last post | 2014-07-25 20:04 +0000 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: problem on multi-threading Sturla Molden <sturla.molden@gmail.com> - 2014-07-25 20:04 +0000
| From | Sturla Molden <sturla.molden@gmail.com> |
|---|---|
| Date | 2014-07-25 20:04 +0000 |
| Subject | Re: problem on multi-threading |
| Message-ID | <mailman.12320.1406319007.18130.python-list@python.org> |
"水静流深" <1248283536@qq.com> wrote: > name=['600000', '000001', '600319', '600531','600661', '600983', '600202', '600149'] > x=webdata(name) > x.run() > > never quit from the thread ,why? Call .start() instead of .run()
Back to top | Article view | comp.lang.python
csiph-web