Message128036
I believe that is good. I'll commit it after the 3.2 release has been cut (we're in release candidate release blocker only lockdown right now).
Looking at ForkingMixIn.collect_children() there appears to be another buglet: it loops over self.active_children and calls self.active_children.remove(pid). This modification of the list while looping over it will cause it to skip the next item in the list. For every child waited on successfully, it skips checking one of the others. |
|
Date |
User |
Action |
Args |
2011-02-06 01:14:34 | gregory.p.smith | set | recipients:
+ gregory.p.smith, giampaolo.rodola, jwarkentin |
2011-02-06 01:14:34 | gregory.p.smith | set | messageid: <1296954874.2.0.108159780671.issue11109@psf.upfronthosting.co.za> |
2011-02-06 01:14:33 | gregory.p.smith | link | issue11109 messages |
2011-02-06 01:14:33 | gregory.p.smith | create | |
|