Files
cpython/Lib
Amaury Forgeot d'Arc 1f40c8a8d7 #Issue3088 in-progress: Race condition with instances of classes derived from threading.local:
When a thread touches such an object for the first time, a new thread-local __dict__ is created,
and the __init__ method is run.
But a thread switch can occur here; if the other thread touches the same object, it installs another
__dict__; when the first thread resumes, it updates the dictionary of the second...

This is the deep cause of the failures in test_multiprocessing involving "managers" objects.

Also a 2.5 backport candidate.
2008-06-30 22:42:40 +00:00
..
2008-06-13 22:38:33 +00:00
2008-06-19 01:48:07 +00:00
2008-06-14 00:41:41 +00:00
2008-06-19 01:48:07 +00:00
2008-06-17 23:14:19 +00:00
2008-06-26 21:29:19 +00:00
2008-06-21 13:48:38 +00:00
2008-05-23 05:03:59 +00:00
2008-03-04 21:14:04 +00:00
2008-05-20 07:49:57 +00:00
2008-02-05 16:06:57 +00:00
2008-04-22 08:08:41 +00:00
2008-05-10 22:45:07 +00:00
2008-05-10 19:59:16 +00:00
2008-05-09 00:27:01 +00:00
2008-06-12 14:23:49 +00:00
2008-05-09 00:27:01 +00:00
2008-05-20 07:49:57 +00:00
2008-05-11 14:17:13 +00:00
2008-05-23 05:03:59 +00:00
2008-05-20 07:49:57 +00:00
2008-02-23 22:09:24 +00:00
2008-05-09 00:27:01 +00:00
2008-04-28 02:57:23 +00:00
2008-06-11 17:27:50 +00:00
2008-05-20 07:49:57 +00:00
2008-05-10 02:27:04 +00:00
2008-06-12 22:33:06 +00:00
2008-05-10 17:36:24 +00:00
2008-05-27 01:18:39 +00:00
2008-06-11 18:02:31 +00:00
2008-04-08 22:07:05 +00:00