Message150322
| Author | pitrou |
|---|---|
| Recipients | belopolsky, brett.cannon, christian.heimes, grahamd, gvanrossum, ncoghlan, neologix, pitrou, vstinner |
| Date | 2011-12-28.23:17:59 |
| SpamBayes Score | 0.0031831632 |
| Marked as misclassified | No |
| Message-id | <1325114282.32.0.397373477094.issue9260@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
New prototype with per-module import locks and deadlock avoidance. When a deadlock due to threaded circular imports is detected, the offending import returns the partially constructed module object (as would happen in single-threaded mode). Probably lacks a test and some cleanup. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-12-28 23:18:02 | pitrou | set | recipients: + pitrou, gvanrossum, brett.cannon, ncoghlan, belopolsky, vstinner, christian.heimes, grahamd, neologix |
| 2011-12-28 23:18:02 | pitrou | set | messageid: <1325114282.32.0.397373477094.issue9260@psf.upfronthosting.co.za> |
| 2011-12-28 23:18:01 | pitrou | link | issue9260 messages |
| 2011-12-28 23:18:01 | pitrou | create | |