您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

python如何关闭线程

2025/9/8 13:02:14发布21次查看
python关闭线程的方法:首先导入threading,定义一个方法;然后定义线程,target指向要执行的方法,启动它;最后停止线程,代码为【stop_thread(mythread)】。
本教程操作环境:windows7系统、python3.9版,dell g3电脑。
python关闭线程的方法:
一、启动线程
首先导入threading
import threading
然后定义一个方法
def serial_read(): ... ...
然后定义线程,target指向要执行的方法
mythread = threading.thread(target=serial_read)
启动它
mythread.start()
二、停止线程
不多说了直接上代码
import inspectimport ctypesdef _async_raise(tid, exctype): """raises the exception, performs cleanup if needed""" tid = ctypes.c_long(tid) if not inspect.isclass(exctype): exctype = type(exctype) res = ctypes.pythonapi.pythreadstate_setasyncexc(tid, ctypes.py_object(exctype)) if res == 0: raise valueerror("invalid thread id") elif res != 1: # """if it returns a number greater than one, you're in trouble, # and you should call it again with exc=null to revert the effect""" ctypes.pythonapi.pythreadstate_setasyncexc(tid, none) raise systemerror("pythreadstate_setasyncexc failed")def stop_thread(thread): _async_raise(thread.ident, systemexit)
停止线程
stop_thread(mythread)
相关免费学习推荐:python视频教程
以上就是python如何关闭线程的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product