commit | 29643b0978c9270a1e6dcd13de3ab2e9497eee1a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 03 18:41:05 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 03 18:41:05 2010 +0000 |
tree | 2ddfeafc18a2f22d124f0188b22771d87cbb1256 | |
parent | 732cc9be1e95c8bf39bc6535968e521f513a9a1e [diff] |
Recorded merge of revisions 83678 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83678 | antoine.pitrou | 2010-08-03 20:32:26 +0200 (mar., 03 août 2010) | 4 lines In test_threading_local, test both the default _thread._local implementation and the pure Python implementation in Lib/_threading_local.py ........