]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implemented thread-local data as proposed on python-dev:
authorJim Fulton <jim@zope.com>
Wed, 14 Jul 2004 19:11:50 +0000 (19:11 +0000)
committerJim Fulton <jim@zope.com>
Wed, 14 Jul 2004 19:11:50 +0000 (19:11 +0000)
commitd15dc06df062fdf0fe8badec2982c6c5e0e28eb0
treee0295c2c22fa7c2e702b37a1d7afd77547a8894f
parente827437f45510d9cdd1e7fa561da8084f69ca698
Implemented thread-local data as proposed on python-dev:

http://mail.python.org/pipermail/python-dev/2004-June/045785.html
Doc/lib/libthreading.tex
Lib/_threading_local.py [new file with mode: 0644]
Lib/dummy_threading.py
Lib/test/test_threading_local.py [new file with mode: 0644]
Lib/threading.py
Modules/threadmodule.c