Fix exprIsDupable
authorsimonpj@microsoft.com <unknown>
Mon, 14 Feb 2011 11:15:12 +0000 (11:15 +0000)
committersimonpj@microsoft.com <unknown>
Mon, 14 Feb 2011 11:15:12 +0000 (11:15 +0000)
It turns out that exprIsDupable would return True for an expression of
*arbitrary* size, provide it was a nested bunch of applications in
which no function had more than three arguments.  That was never the
intention, and could give rise to massive code duplication.

This patch makes it much less aggressive.


No differences found