Message195909
(Actually, it would almost be possible to combine weakrefs and thread locals to ensure that join() only returns when the thread state is cleared. However, the thread state is cleared before it is untied from the interpreter, and there would still be a small window for a race condition if some destructor called by clearing the thread state released the GIL.) |
|
Date |
User |
Action |
Args |
2013-08-22 15:50:43 | pitrou | set | recipients:
+ pitrou, ncoghlan, grahamd, Tamas.K |
2013-08-22 15:50:43 | pitrou | set | messageid: <1377186643.24.0.379718698941.issue18808@psf.upfronthosting.co.za> |
2013-08-22 15:50:43 | pitrou | link | issue18808 messages |
2013-08-22 15:50:43 | pitrou | create | |
|