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 belopolsky
Recipients Christophe Simonis, belopolsky, jackdied, pitrou
Date 2010-06-30.13:43:33
SpamBayes Score 0.0009842013
Marked as misclassified No
Message-id <1277905416.62.0.745116170011.issue7830@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a patch, issue7830.diff, that takes an ultra-concervative approach: partials are only flattened if both outer and inner are of exact functools.partial type and the inner partial does not have __dict__.
History
Date User Action Args
2010-06-30 13:43:36belopolskysetrecipients: + belopolsky, pitrou, jackdied, Christophe Simonis
2010-06-30 13:43:36belopolskysetmessageid: <1277905416.62.0.745116170011.issue7830@psf.upfronthosting.co.za>
2010-06-30 13:43:35belopolskylinkissue7830 messages
2010-06-30 13:43:34belopolskycreate