This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:58Mark.Shannonsetrecipients: + Mark.Shannon, terry.reedy, amaury.forgeotdarc, ncoghlan, ggenellina, pitrou, ag6502, benjamin.peterson, python-dev, francismb, serhiy.storchaka
2012-11-04 14:33:58Mark.Shannonsetmessageid: <1352039638.86.0.941981055143.issue5765@psf.upfronthosting.co.za>
2012-11-04 14:33:58Mark.Shannonlinkissue5765 messages
2012-11-04 14:33:58Mark.Shannoncreate