]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Added C++ support in thread.h; don't use signals if not strictly
authorSjoerd Mullender <sjoerd@acm.org>
Fri, 11 Sep 1992 15:19:27 +0000 (15:19 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Fri, 11 Sep 1992 15:19:27 +0000 (15:19 +0000)
commitd10d8291f1de5bef74628bd1c766403ee9444dca
tree4a487cf3ae0b2afb303609ba7bd666265c947723
parent0aead9f1bac4f9fd962fedff2e377d69bb33fee6
Added C++ support in thread.h; don't use signals if not strictly
necessary, and when they are, use SIGKILL; when compiled with -DDEBUG,
only print debug messages when "THREADDEBUG" is set in the environment.
Include/pythread.h
Include/thread.h
Python/thread.c