Message174804
| Author | Mark.Shannon |
|---|---|
| Recipients | Mark.Shannon, ag6502, amaury.forgeotdarc, benjamin.peterson, francismb, ggenellina, ncoghlan, pitrou, python-dev, serhiy.storchaka, terry.reedy |
| Date | 2012-11-04.14:33:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1352039638.86.0.941981055143.issue5765@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I don't think there is any need for a scaling factor. Expressions in auto-generated trees will tend to be trees of binary operator rather lists of purely unary operators. A tree of a billion items only has a depth of ~30. There is no way an expression tree >1000 deep could possibly have any sane behaviour. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2012-11-04 14:33:58 | Mark.Shannon | set | recipients: + Mark.Shannon, terry.reedy, amaury.forgeotdarc, ncoghlan, ggenellina, pitrou, ag6502, benjamin.peterson, python-dev, francismb, serhiy.storchaka |
| 2012-11-04 14:33:58 | Mark.Shannon | set | messageid: <1352039638.86.0.941981055143.issue5765@psf.upfronthosting.co.za> |
| 2012-11-04 14:33:58 | Mark.Shannon | link | issue5765 messages |
| 2012-11-04 14:33:58 | Mark.Shannon | create | |