Y
Hacker News
new
|
ask
|
show
|
jobs
by
kngl
4470 days ago
Using a signal may also have side effects on your program.
1 comments
tehmillhouse
4470 days ago
It doesn't really send a signal to your program. It just sets flags inside cpython to make it think so. (pendingbusy and pendingcalls_to_do, to be precise)
link
rpearl
4469 days ago
why not just contribute to pyrasite to have this different method of injection instead of building out a new project? what is the tradeoff here?
link