]> granicus.if.org Git - python/commit
Use _beginthread() and _endthread() in favor of CreateThread() and
authorGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 20:12:58 +0000 (20:12 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 14 Aug 1997 20:12:58 +0000 (20:12 +0000)
commit49b1226781c3f6d3ea0248328e77254d5af54ee2
treefaa94dc6ee819d6ad6c8c4a87b44dc4a72a209cc
parentd47a0a86b4ae4afeb17d8e64e1c447e4d4025f10
Use _beginthread() and _endthread() in favor of CreateThread() and
ExitThread().  As discussed in c.l.p, this takes care of
initialization and finalization of thread-local storage allocated by
the C runtime system.  Not sure whether non-MS compilers grok this
though (but who cares :-).
Python/thread_nt.h