]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New thread.c from Sjoerd, supports _exit_prog(). Use this in goaway()
authorGuido van Rossum <guido@python.org>
Mon, 17 Aug 1992 08:59:08 +0000 (08:59 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 17 Aug 1992 08:59:08 +0000 (08:59 +0000)
commitf9f2e82fcade2d44a69bbdac1ba59bdf591743f4
tree0d9a0201382025d0a09e75cbdf37973a8b8cb32f
parent0297512a08698cdee4bebe044a40b08b406398a8
New thread.c from Sjoerd, supports _exit_prog().  Use this in goaway()
to avoid hanging in cleanup().
Include/pythread.h
Include/thread.h
Modules/threadmodule.c
Python/pythonrun.c
Python/thread.c