Skip to content

Instantly share code, notes, and snippets.

@nike4613
nike4613 / ctype_async_raise.py
Created January 6, 2018 03:58 — forked from liuw/ctype_async_raise.py
Nasty hack to raise exception for other threads
#!/usr/bin/env python
# liuw
# Nasty hack to raise exception for other threads
import ctypes # Calm down, this has become standard library since 2.5
import threading
import time
NULL = 0