首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
pythons专题
pythons强行杀掉线程的方法
使用ctypes强行杀掉线程 import threading import time import inspect import ctypes def _async_raise(tid, exctype): """raises the exception, performs cleanup if needed""" tid = ctypes.c_long(tid) if n
阅读更多...