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 aronacher
Recipients aronacher, benjamin.peterson, collinwinter, crmccreary, georg.brandl
Date 2008-12-08.12:18:46
SpamBayes Score 0.0002310395
Marked as misclassified No
Message-id <1228738728.24.0.0745761286579.issue2734@psf.upfronthosting.co.za>
In-reply-to
Content
This could probably be fixed by adding a `is_builtin` helper function to
the fixer_util module that checks if the name is not overriden in the
module.  I would use something like a weak dictionary for the
`find_binding` function because that could turn out to be quite expensive.

Besides long this is probably also useful for `reduce` and some others.
History
Date User Action Args
2008-12-08 12:18:48aronachersetrecipients: + aronacher, georg.brandl, collinwinter, benjamin.peterson, crmccreary
2008-12-08 12:18:48aronachersetmessageid: <1228738728.24.0.0745761286579.issue2734@psf.upfronthosting.co.za>
2008-12-08 12:18:47aronacherlinkissue2734 messages
2008-12-08 12:18:46aronachercreate