Message 78649 - Python tracker
Message78649
| Author | benjamin.peterson |
|---|---|
| Recipients | LambertDW, benjamin.peterson, darrenr |
| Date | 2008-12-31.19:58:41 |
| SpamBayes Score | 5.374329e-06 |
| Marked as misclassified | No |
| Message-id | <1230753522.91.0.0312261787802.issue4794@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The garbage collector will never be able to run in a second thread because it manipulates Python objects, which the GIL is supposed to protect! As for non-linear complexity, see #4688 and #4074 for some attempts to sooth this problem over. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-12-31 19:58:43 | benjamin.peterson | set | recipients: + benjamin.peterson, LambertDW, darrenr |
| 2008-12-31 19:58:42 | benjamin.peterson | set | messageid: <1230753522.91.0.0312261787802.issue4794@psf.upfronthosting.co.za> |
| 2008-12-31 19:58:42 | benjamin.peterson | link | issue4794 messages |
| 2008-12-31 19:58:41 | benjamin.peterson | create | |