diff options
author | Guido van Rossum <guido@python.org> | 1997-08-14 20:12:58 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-14 20:12:58 (GMT) |
commit | 49b1226781c3f6d3ea0248328e77254d5af54ee2 (patch) | |
tree | faa94dc6ee819d6ad6c8c4a87b44dc4a72a209cc /Tools | |
parent | d47a0a86b4ae4afeb17d8e64e1c447e4d4025f10 (diff) | |
download | cpython-49b1226781c3f6d3ea0248328e77254d5af54ee2.zip cpython-49b1226781c3f6d3ea0248328e77254d5af54ee2.tar.gz cpython-49b1226781c3f6d3ea0248328e77254d5af54ee2.tar.bz2 |
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 :-).
Diffstat (limited to 'Tools')
0 files changed, 0 insertions, 0 deletions