Message 99565 - Python tracker
Message99565
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | Jeremy.Hylton, amaury.forgeotdarc, brian.curtin, christian.heimes, ezio.melotti, gvanrossum, tim.peters |
| Date | 2010-02-19.09:47:49 |
| SpamBayes Score | 9.0457347e-10 |
| Marked as misclassified | No |
| Message-id | <1266572871.26.0.361819338329.issue1540@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
What if we simply run another collection on the finalizers list? after move_finalizers(), set young=finalizers, and start again at update_refs(). This is the "garbage" list anyway, so it's empty most of the time and should not cause any slowdown. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-02-19 09:47:51 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, gvanrossum, tim.peters, christian.heimes, ezio.melotti, brian.curtin, Jeremy.Hylton |
| 2010-02-19 09:47:51 | amaury.forgeotdarc | set | messageid: <1266572871.26.0.361819338329.issue1540@psf.upfronthosting.co.za> |
| 2010-02-19 09:47:50 | amaury.forgeotdarc | link | issue1540 messages |
| 2010-02-19 09:47:49 | amaury.forgeotdarc | create | |