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 eric.araujo
Recipients SpecLad, anacrolix, docs@python, eric.araujo, michael.foord, r.david.murray, terry.reedy
Date 2012-02-18.01:22:21
SpamBayes Score 0.0004021266
Marked as misclassified No
Message-id <1329528142.01.0.300393335617.issue14003@psf.upfronthosting.co.za>
In-reply-to
Content
I think that functions in C modules are implemented as methods of module objects, which would explain why len.__self__ is builtins.
History
Date User Action Args
2012-02-18 01:22:22eric.araujosetrecipients: + eric.araujo, terry.reedy, r.david.murray, michael.foord, anacrolix, docs@python, SpecLad
2012-02-18 01:22:22eric.araujosetmessageid: <1329528142.01.0.300393335617.issue14003@psf.upfronthosting.co.za>
2012-02-18 01:22:21eric.araujolinkissue14003 messages
2012-02-18 01:22:21eric.araujocreate