Kill thread

Christian christian at dowski.com
Mon Apr 9 09:18:28 EDT 2007


On Apr 9, 5:14 am, "Teja" <tejovath... at gmail.com> wrote:
> Hi all,
>
> Can any on help me out in killing a thread (i.e deleteing the reources
> like, stack ,memory etc) which is started with
> win32process.beginthreadex()???
>
> Rite now, I am suspending the thread. But any pointers as to how to
> delete the thread permanently?
>
> Its pretty urgent... Please...
>
> Teja.P

Well, the answer with Python threads is that you don't kill them - you
ask them to go away.  But since you are using something in the pywin32
package, that rule might not apply.  Perhaps you would have better
luck asking on the python-win32 list:
http://mail.python.org/mailman/listinfo/python-win32

Christian
http://www.dowski.com




More information about the Python-list mailing list