summaryrefslogtreecommitdiff
path: root/paste/util/killthread.py
Commit message (Collapse)AuthorAgeFilesLines
* Python 3: Replace types.ClassType with six.class_typesCyril Roelandt2014-03-181-2/+2
|
* Coerce thread id to a long, might fix problems in Ubuntu: ↵Ian Bicking2010-09-021-3/+3
| | | | http://trac.pythonpaste.org/pythonpaste/ticket/416
* disable killthread if ctypes lacks pythonapipjenvey2008-06-101-0/+3
| | | | for pypy, and maybe one day other python vms
* Allow killing of errant threads through the web application (also add a ↵ianb2007-01-301-0/+27
module to kill threads with ctypes, and a method to kill threads from the httpserver thread pool)